ExecProcess CollectStdOut Property CleanCode C# Libraries v1.2.03 API
Indicates whether to collect STDOUT messages individually. Alternatively, you may collect them jointly with STDERR messages, in temporal order.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool CollectStdOut { get; set; }

Field Value

Flag indicating to collect STDOUT messages.
See Also