The ExecProcess type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
CollectJointOutput |
Indicates whether to collect STDOUT and STDERR messages
jointly.
Alternatively, you may collect either one individually
via CollectStdOut or CollectStdErr.
| |
CollectStdErr |
Indicates whether to collect STDERR messages individually.
Alternatively, you may collect them jointly with
STDOUT messages, in temporal order.
| |
CollectStdOut |
Indicates whether to collect STDOUT messages individually.
Alternatively, you may collect them jointly with
STDERR messages, in temporal order.
| |
ErrPrefix |
String to prefix messages from STDERR
in the joint STDOUT/STDERR collection.
| |
JointOutput |
Gets the joint stdout and stderr output as a List T | |
StderrOutput |
Gets the stderr output as a List T | |
StdoutOutput |
Gets the stdout output as a List T |
See Also