Assembly: Host;
The ShellProcess class implements an object that is used to get information about process execution result.
Property name | Brief description | |
The Error property determines contents of a standard error stream. |
||
The Output property determines contents of a standard output stream. |
Property name | Brief description | |
The ExitCode property returns the process exit code. |
||
The HasExited property returns whether the process is completed. |
Method name | Brief description | |
The Kill method stops process execution. |
||
The Start method starts the process. |
See also: