PrintManager Class
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

Utility class to control the output of error messages and monitoring information. See the examples in the Library Introduction.

Syntax

C#
public static class PrintManager
Visual Basic (Declaration)
Public NotInheritable Class PrintManager
Visual C++
public ref class PrintManager abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PrintManager =  class end

Inheritance Hierarchy

System..::.Object
  NagLibrary..::.PrintManager

See Also