Mono Class Library: Mono.Unix.UnixProcess Overview | Members

Mono.Unix.UnixProcess.Signal Method

Send the signal signal to the process.

[System.CLSCompliant(false)]
public void Signal (Mono.Unix.Native.Signum signal)

Parameters

signal
A Mono.Unix.Native.Signum containing the signal to send to the process.

Exceptions

TypeReason
InvalidOperationException The sending process is not the super-user and its effective user id does not match the effective user-id of the receiving process. When signaling a process group, this error is returned if any members of the group could not be signaled. [Mono.Unix.Native.Errno.EPERM]

Remarks

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0