Gets the captured contents of the console output stream written by the process.
Namespace:
Gallio.Common.ConcurrencyAssembly: 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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if the process has not been started or if CaptureConsoleOutput is null. |
