ShellProcess

Assembly: Host;

Description

The ShellProcess class implements an object that is used to get information about process execution result.

Class object properties inherited from IShellProcess

  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.

Class object properties inherited from IProcess

  Property name Brief description

ExitCode

The ExitCode property returns the process exit code.

HasExited

The HasExited property returns whether the process is completed.

Class object methods inherited from IProcess

  Method name Brief description

Kill

The Kill method stops process execution.

Start

The Start method starts the process.

See also:

Host Assembly Classes