C# Class Python.Runtime.MetaType

Inheritance: ManagedType
ファイルを表示 Open project: fkarb/pythonnet

Public Methods

Method Description
Initialize ( ) : IntPtr

Private Methods

Method Description
mp_subscript ( IntPtr tp, IntPtr idx ) : IntPtr
tp_alloc ( IntPtr mt, int n ) : IntPtr
tp_call ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr
tp_dealloc ( IntPtr tp ) : void
tp_free ( IntPtr tp ) : void
tp_new ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr
tp_setattro ( IntPtr tp, IntPtr name, IntPtr value ) : int

Method Details

Initialize() public static method

public static Initialize ( ) : IntPtr
return System.IntPtr