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

显示文件 Open project: baulig/debugger

Public Properties

Property 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

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Kernel_SIGRTMIN public_oe property

public int Kernel_SIGRTMIN
return int

MonoThreadAbortSignal public_oe property

public int MonoThreadAbortSignal
return int

SIGABRT public_oe property

public int SIGABRT
return int

SIGBUS public_oe property

public int SIGBUS
return int

SIGCHLD public_oe property

public int SIGCHLD
return int

SIGFPE public_oe property

public int SIGFPE
return int

SIGILL public_oe property

public int SIGILL
return int

SIGINT public_oe property

public int SIGINT
return int

SIGKILL public_oe property

public int SIGKILL
return int

SIGQUIT public_oe property

public int SIGQUIT
return int

SIGSEGV public_oe property

public int SIGSEGV
return int

SIGSTOP public_oe property

public int SIGSTOP
return int

SIGWINCH public_oe property

public int SIGWINCH
return int