IProcess

Description

The IProcess interface contains properties and methods that are used to start and stop local processes.

Properties

  Property name Brief description

ExitCode

The ExitCode property returns process exit code.

HasExited

The HasExited property returns whether the process is executed.

Methods

  Method name Brief description

Kill

The Kill method stops process execution.

Start

The Start method starts the process.

See also:

Host Assembly Interfaces