Send a signal to the current process.
Syntax
[System.CLSCompliant(false)]
public static
int raise (
Signum sig)
Parameters
- sig
- A signal to send to the current process.
Returns
The raise() function returns the value 0 if successful; otherwise the value -1 is returned and Stdlib.GetLastError indicates the error.
Remarks
Requirements
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0