C# Class Python.Runtime.DelegateManager

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

Méthodes publiques

Méthode Description
GetPythonHandle ( Delegate d ) : IntPtr

Private Methods

Méthode Description
DelegateManager ( ) : System
GetDelegate ( Type dtype, IntPtr callable ) : Delegate
GetDispatcher ( Type dtype ) : Type

Method Details

GetPythonHandle() public static méthode

public static GetPythonHandle ( Delegate d ) : IntPtr
d System.Delegate
Résultat System.IntPtr