C# Class Tangerine.SigActionData

Mostra 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_oe property

public UInt64,System flags
return System.UInt64

handler public_oe property

public SignalHandler handler
return SignalHandler

mask public_oe property

public UInt64,System mask
return System.UInt64

mask2 public_oe property

public UInt64,System mask2
return System.UInt64

restorer public_oe property

public SignalRestorer restorer
return SignalRestorer