C# 클래스 Python.Runtime.TypeManager

파일 보기 프로젝트 열기: pythonnet/pythonnet 1 사용 예제들

비공개 메소드들

메소드 설명
AllocateTypeObject ( string name ) : IntPtr
BasicSubType ( string name, IntPtr base_, Type impl ) : IntPtr
CopySlot ( IntPtr from, IntPtr to, int offset ) : void
CreateMetaType ( Type impl ) : IntPtr
CreateSubType ( IntPtr py_name, IntPtr py_base_type, IntPtr py_dict ) : IntPtr
CreateType ( ManagedType impl, Type clrType ) : IntPtr
CreateType ( Type impl ) : IntPtr
GetTypeHandle ( ManagedType obj, Type type ) : IntPtr
GetTypeHandle ( Type type ) : IntPtr
InitMethods ( IntPtr pytype, Type type ) : void
InitializeSlots ( IntPtr type, Type impl ) : void
TypeManager ( ) : System
WriteMethodDef ( IntPtr mdef, IntPtr name, IntPtr func, int flags, IntPtr doc ) : IntPtr
WriteMethodDef ( IntPtr mdef, string name, IntPtr func, int flags = 0x0001, string doc = null ) : IntPtr
WriteMethodDefSentinel ( IntPtr mdef ) : IntPtr