Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.Signum Enumeration

List of available signals. [Edit]
public enum Signum

See Also

Mono.Unix.UnixSignal
Stdlib.raise
Stdlib.signal
Syscall.kill
Syscall.psignal
Syscall.strsignal
Syscall.WTERMSIG
Syscall.WSTOPSIG

Remarks

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

Not all signals are available on all platforms.

[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]
SIGCLDDocumentation for this section has not yet been entered. [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]
SIGIOTDocumentation for this section has not yet been entered. [Edit]
SIGKILLKill signal. [Edit]
SIGPIPEBroken pipe: write to pipe with no readers. [Edit]
SIGPOLLDocumentation for this section has not yet been entered. [Edit]
SIGPROFProfiling timer expired. [Edit]
SIGPWRDocumentation for this section has not yet been entered. [Edit]
SIGQUITQuit from keyboard. [Edit]
SIGSEGV Invalid memory reference. [Edit]
SIGSTKFLTDocumentation for this section has not yet been entered. [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]
SIGUNUSEDDocumentation for this section has not yet been entered. [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]
SIGWINCHWindow 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.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0