The properties 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
[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.