System output provides access to the system output pane.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.SystemOutput

See Also