IShellProcess

Description

The IShellProcess interface is used to get information about process execution result.

Comments

To start the process, use the IProcess.Start method, to stop the process, use the IProcess.Kill method.

Properties

  Property name Brief description

Error

The Error property determines contents of a standard error stream.

Output

The Output property determines contents of a standard output stream.

See also:

Host Assembly Interfaces