C# Class Python.Runtime.DelegateManager

The DelegateManager class manages the creation of true managed delegate instances that dispatch calls to Python methods.
Datei anzeigen Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
GetPythonHandle ( Delegate d ) : IntPtr

Private Methods

Method Description
DelegateManager ( ) : System
GetDelegate ( Type dtype, IntPtr callable ) : Delegate
GetDispatcher ( Type dtype ) : Type

Method Details

GetPythonHandle() public static method

public static GetPythonHandle ( Delegate d ) : IntPtr
d System.Delegate
return System.IntPtr