WinProcess

Assembly: Ui;

Namespace: Prognoz.Platform.Interop.Ui;

Description

The WinProcess class implements an object that is used to start and stop local processes.

Fore.NET Syntax

Class to get analog of the WinProcess class:

None;

Class to get analog of the WinProcess class object:

WinProcessClass;

Object class properties inherited from IWinProcess

  Property name Brief description
ExitCode The ExitCode property returns the process exit code.
HasExited The HasExited property returns whether the process is executed.

Object class methods inherited from IWinProcess

  Method name Brief description
CloseMainWindow The CloseMainWindow method closes the process that has the user interface by sending the command to the main window to close.
Kill The Kill method stops the process execution.
Start The Start method starts the process.

See also:

Ui Assembly Classes