Метод |
Описание |
|
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 |
|
|