C# 클래스 Python.Runtime.InterfaceObject

Provides the implementation for reflected interface types. Managed interfaces are represented in Python by actual Python type objects. Each of those type objects is associated with an instance of this class, which provides the implementation for the Python type.
상속: ClassBase
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

비공개 메소드들

메소드 설명
InterfaceObject ( ) : System
InterfaceObject ( Type tp ) : System
tp_new ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr