The OutputManager type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Clear
Clears the output line list as well as the output pane in the user interface.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
OutputLines
Gets the collection of SystemOutput lines.

Events

  NameDescription
LogLineAdded
Subscribe to this event to receive a notification when a log line is added to the output pane.

See Also