Mono Class Library: Overview

Mono.Unix.UnixProcess: Method Members

The methods of Mono.Unix.UnixProcess are listed below. For a list of all members, see the UnixProcess Members list.

See Also: Inherited members from System.Object

Public Methods

static
GetCurrentProcess() : UnixProcess
Gets information about the currently executing process.
static
GetCurrentProcessId() : int
Gets the operating system process ID of the current process.
Kill()
Send the Mono.Unix.Native.Signum.SIGKILL signal to the process.
Signal(Mono.Unix.Native.Signum)
Send the signal signal to the process.
WaitForExit()
Wait for the process to exit.