C# Class 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.
Inheritance: ManagedType
Datei anzeigen Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
ExtensionType ( ) : System
FinalizeObject ( ManagedType self ) : void

Private Methods

Method Description
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

Method Details

ExtensionType() public method

public ExtensionType ( ) : System
return System

FinalizeObject() public static method

public static FinalizeObject ( ManagedType self ) : void
self ManagedType
return void