Class SignalName
Unix signal names.
public static class SignalName
- Inheritance
-
SignalName
- Inherited Members
Fields
ABRT
Abort.
public const string ABRT = "ABRT"
Field Value
ALRM
Timer.
public const string ALRM = "ALRM"
Field Value
FPE
Erroneous arithmetic operation.
public const string FPE = "FPE"
Field Value
HUP
Hangup.
public const string HUP = "HUP"
Field Value
ILL
Illegal Instruction.
public const string ILL = "ILL"
Field Value
INT
Interrupt.
public const string INT = "INT"
Field Value
KILL
Kill.
public const string KILL = "KILL"
Field Value
PIPE
Broken pipe.
public const string PIPE = "PIPE"
Field Value
QUIT
Quit.
public const string QUIT = "QUIT"
Field Value
SEGV
Invalid memory reference.
public const string SEGV = "SEGV"
Field Value
TERM
Termination.
public const string TERM = "TERM"
Field Value
USR1
User-defined 1.
public const string USR1 = "USR1"
Field Value
USR2
User-defined 2.
public const string USR2 = "USR2"