Host > Host Assembly Interfaces > IShellProcess
The IShellProcess interface is used to get information about process execution result.
To start the process, use the IProcess.Start method, to stop the process, use the IProcess.Kill method.
Property name | Brief description | |
![]() |
The Error property determines contents of a standard error stream. |
|
![]() |
The Output property determines contents of a standard output stream. |
See also: