C# 클래스 Python.Runtime.DelegateManager

The DelegateManager class manages the creation of true managed delegate instances that dispatch calls to Python methods.
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
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