Class that manages output to the Output window.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public class OutputManager : ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OutputManager _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class OutputManager : ISerializable

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.OutputManager

See Also