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
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.