ExecProcess CollectJointOutput Property CleanCode C# Libraries v1.2.03 API
Indicates whether to collect STDOUT and STDERR messages jointly. Alternatively, you may collect either one individually via CollectStdOut or CollectStdErr.

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

public bool CollectJointOutput { get; set; }

Field Value

Flag indicating to collect STDOUT messages.
See Also