Gets the captured contents of the console output stream written by the process.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string ConsoleOutput { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConsoleOutput As String

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if the process has not been started or if CaptureConsoleOutput is null.

See Also