Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: byte[] EntireStdout

Declaration

byte[] EntireStdout

Summary

Gets the entire stdout output produced by the program. This property can only be accessed once the command has ended (exited or aborted), and only if CommandRunner.CaptureEntireStdout is true. You may modify the returned array, but subsequent invocations will then return the modified array. The relative interleaving of stdout and stderr is not preserved in this property.