Mono Class Library: Mono.Unix.Native.Stdlib Overview | Members

Mono.Unix.Native.Stdlib.raise Method

Send a signal to the current process. [Edit]

[System.CLSCompliant(false)]
public static int raise (Signum sig)

Parameters

sig
A signal to send to the current process. [Edit]

Returns

The raise() function returns the value 0 if successful; otherwise the value -1 is returned and Stdlib.GetLastError indicates the error. [Edit]

Remarks

The raise() function sends the signal sig to the current process. [Edit]

Requirements

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