Mono Class Library: Mono.Posix Namespace

Mono.Posix.Signals Enumeration

List of available signals. [Edit]
[System.Obsolete("Use Mono.Unix.Native.Signum")]
[System.CLSCompliant(false)]
public enum Signals

See Also

Mono.Unix.Native.Signum

Remarks

Do 'man 7 signal' for more information. Some signals here are not posix.1 standard. See also Syscall.signal() for more information.

This type is obsolete. Please use Mono.Unix.Native.Signum instead.

[Edit]

Members

Member NameDescription
SIGABRTAbort signal from abort [Edit]
SIGALRMTimer signal from alarm [Edit]
SIGBUSBus error (bad memory access) [Edit]
SIGCHLDChild stopped or terminated [Edit]
SIGCONTContinue if stopped [Edit]
SIGFPEFloating point exception [Edit]
SIGHUPHangup detected on controlling terminal or death of controlling process [Edit]
SIGILLIllegal Instruction [Edit]
SIGINTInterrupt from keyboard [Edit]
SIGIOI/O now possible (4.2 BSD) [Edit]
SIGKILLKill signal [Edit]
SIGPIPEBroken pipe: write to pipe with no readers [Edit]
SIGPROFProfiling timer expired [Edit]
SIGQUITQuit from keyboard [Edit]
SIGSEGV Invalid memory reference [Edit]
SIGSTOPStop process [Edit]
SIGSYSBad argument to routine (SVID) [Edit]
SIGTERMTermination signal [Edit]
SIGTRAPTrace/breakpoint trap [Edit]
SIGTSTPStop typed at tty [Edit]
SIGTTINtty input for background process [Edit]
SIGTTOUtty output for background process [Edit]
SIGURGUrgent condition on socket (4.2 BSD) [Edit]
SIGUSR1User-defined signal 1 [Edit]
SIGUSR2User-defined signal 2 [Edit]
SIGVTALRMVirtual alarm clock (4.2 BSD) [Edit]
SIGWINCH Window resize signal (4.3 BSD, Sun) [Edit]
SIGXCPUCPU time limit exceeded (4.2 BSD) [Edit]
SIGXFSZFile size limit exceeded (4.2 BSD) [Edit]

Requirements

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