C# 클래스 Python.Runtime.ExtensionType

Base class for extensions whose instances *share* a single Python type object, such as the types that represent CLR methods, fields, etc. Instances implemented by this class do not support subtyping.
상속: ManagedType
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
ExtensionType ( ) : System
FinalizeObject ( ManagedType self ) : void

비공개 메소드들

메소드 설명
tp_clear ( IntPtr ob ) : int
tp_dealloc ( IntPtr ob ) : void
tp_descr_set ( IntPtr ds, IntPtr ob, IntPtr val ) : int
tp_is_gc ( IntPtr type ) : int
tp_setattro ( IntPtr ob, IntPtr key, IntPtr val ) : int
tp_traverse ( IntPtr ob, IntPtr func, IntPtr args ) : int

메소드 상세

ExtensionType() 공개 메소드

public ExtensionType ( ) : System
리턴 System

FinalizeObject() 공개 정적인 메소드

public static FinalizeObject ( ManagedType self ) : void
self ManagedType
리턴 void