Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: byte[] EntireStderr

Declaration

byte[] EntireStderr

Summary

Gets the entire stderr output produced by the program. This property can only be accessed once the command has ended (exited or aborted), and only if CommandRunner.CaptureEntireStderr 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.