Mono Class Library: Overview

Mono.Unix.UnixProcess: Property Members

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

Public Properties

[read-only]
ExitCodeint. Gets the process' exit code.
[read-only]
HasExitedbool. Determines whether the process has exited.
[read-only]
HasSignaledbool. Determines whether the process terminated due to an unhandled signal.
[read-only]
HasStoppedbool. Determines whether the process is stopped.
[read-only]
Idint. Get the operating system proces ID.
ProcessGroupIdint. Gets or sets the process group ID.
[read-only]
SessionIdint. Gets the session ID of the process.
[read-only]
StopSignalMono.Unix.Native.Signum. Retrieves the signal which caused the process to stop.
[read-only]
TerminationSignalMono.Unix.Native.Signum. Retrieves the unhandled signal which terminated the process.