ShellProcess

Assembly: Host;

Namespace: Prognoz.Platform.Interop.Host;

Description

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

Fore.NET Syntax

Class to get analog of the ShellProcess class:

None;

Class to get analog of the ShellProcess class object:

ShellProcessClass;

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 executed.

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