Mono Class Library: OverviewMono.Unix.UnixProcess: Members |
The members of Mono.Unix.UnixProcess are listed below.
See Also: Inherited members from System.Object
[read-only] ExitCode int. Gets the process' exit code. [read-only] HasExited bool. Determines whether the process has exited. [read-only] HasSignaled bool. Determines whether the process terminated due to an unhandled signal. [read-only] HasStopped bool. Determines whether the process is stopped. [read-only] Id int. Get the operating system proces ID. ProcessGroupId int. Gets or sets the process group ID. [read-only] SessionId int. Gets the session ID of the process. [read-only] StopSignal Mono.Unix.Native.Signum. Retrieves the signal which caused the process to stop. [read-only] TerminationSignal Mono.Unix.Native.Signum. Retrieves the unhandled signal which terminated the process.
staticGetCurrentProcess() : UnixProcess Gets information about the currently executing process. staticGetCurrentProcessId() : 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.