C# Class Tangerine.SigActionData

Show file Open project: snorp/tangerine Class Usage Examples

Public Properties

Property Type Description
flags System.UInt64
handler SignalHandler
mask System.UInt64
mask2 System.UInt64
restorer SignalRestorer

Public Methods

Method Description
SigActionData ( SignalHandler handler ) : System

Method Details

SigActionData() public method

public SigActionData ( SignalHandler handler ) : System
handler SignalHandler
return System

Property Details

flags public property

public UInt64,System flags
return System.UInt64

handler public property

public SignalHandler handler
return SignalHandler

mask public property

public UInt64,System mask
return System.UInt64

mask2 public property

public UInt64,System mask2
return System.UInt64

restorer public property

public SignalRestorer restorer
return SignalRestorer