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

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

public bool CollectStdErr { get; set; }

Field Value

Flag indicating to collect STDERR messages.
See Also