C# Class IronPython.Modules.PythonSignal.PythonSignalState

Show file Open project: jschementi/iron

Public Properties

Property Type Description
PySignalToPyHandler object>.Dictionary
SignalPythonContext IronPython.Runtime.PythonContext
WinAllSignalsHandlerDelegate NativeSignal.WinSignalsHandler

Public Methods

Method Description
PythonSignalState ( IronPython.Runtime.PythonContext pc ) : System
WindowsEventHandler ( uint winSignal ) : bool

Method Details

PythonSignalState() public method

public PythonSignalState ( IronPython.Runtime.PythonContext pc ) : System
pc IronPython.Runtime.PythonContext
return System

WindowsEventHandler() public method

public WindowsEventHandler ( uint winSignal ) : bool
winSignal uint
return bool

Property Details

PySignalToPyHandler public property

public Dictionary PySignalToPyHandler
return object>.Dictionary

SignalPythonContext public property

public PythonContext,IronPython.Runtime SignalPythonContext
return IronPython.Runtime.PythonContext

WinAllSignalsHandlerDelegate public property

public NativeSignal.WinSignalsHandler WinAllSignalsHandlerDelegate
return NativeSignal.WinSignalsHandler