C# Class Mono.Debugger.Backend.Inferior.SignalInfo

Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
Kernel_SIGRTMIN int
MonoThreadAbortSignal int
SIGABRT int
SIGBUS int
SIGCHLD int
SIGFPE int
SIGILL int
SIGINT int
SIGKILL int
SIGQUIT int
SIGSEGV int
SIGSTOP int
SIGWINCH int

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Kernel_SIGRTMIN public_oe property

public int Kernel_SIGRTMIN
Résultat int

MonoThreadAbortSignal public_oe property

public int MonoThreadAbortSignal
Résultat int

SIGABRT public_oe property

public int SIGABRT
Résultat int

SIGBUS public_oe property

public int SIGBUS
Résultat int

SIGCHLD public_oe property

public int SIGCHLD
Résultat int

SIGFPE public_oe property

public int SIGFPE
Résultat int

SIGILL public_oe property

public int SIGILL
Résultat int

SIGINT public_oe property

public int SIGINT
Résultat int

SIGKILL public_oe property

public int SIGKILL
Résultat int

SIGQUIT public_oe property

public int SIGQUIT
Résultat int

SIGSEGV public_oe property

public int SIGSEGV
Résultat int

SIGSTOP public_oe property

public int SIGSTOP
Résultat int

SIGWINCH public_oe property

public int SIGWINCH
Résultat int