C# 클래스 Tangerine.SigActionData

파일 보기 프로젝트 열기: snorp/tangerine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags System.UInt64
handler SignalHandler
mask System.UInt64
mask2 System.UInt64
restorer SignalRestorer

공개 메소드들

메소드 설명
SigActionData ( SignalHandler handler ) : System

메소드 상세

SigActionData() 공개 메소드

public SigActionData ( SignalHandler handler ) : System
handler SignalHandler
리턴 System

프로퍼티 상세

flags 공개적으로 프로퍼티

public UInt64,System flags
리턴 System.UInt64

handler 공개적으로 프로퍼티

public SignalHandler handler
리턴 SignalHandler

mask 공개적으로 프로퍼티

public UInt64,System mask
리턴 System.UInt64

mask2 공개적으로 프로퍼티

public UInt64,System mask2
리턴 System.UInt64

restorer 공개적으로 프로퍼티

public SignalRestorer restorer
리턴 SignalRestorer