C# Класс Python.Runtime.DelegateManager

The DelegateManager class manages the creation of true managed delegate instances that dispatch calls to Python methods.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPythonHandle ( Delegate d ) : IntPtr

Приватные методы

Метод Описание
DelegateManager ( ) : System
GetDelegate ( Type dtype, IntPtr callable ) : Delegate
GetDispatcher ( Type dtype ) : Type

Описание методов

GetPythonHandle() публичный статический Метод

public static GetPythonHandle ( Delegate d ) : IntPtr
d System.Delegate
Результат System.IntPtr