Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Event: Action<string> StdoutText

Declaration

Action<string> StdoutText

Summary

Raised whenever the command has produced new text on stdout. For ASCII outputs, this is identical to CommandRunner.StdoutData, however utf8-encoded text is guaranteed to correctly handle the possibility that part of a character's encoding has not been output yet. Other encodings are not supported.