C# Class Python.Runtime.MetaType

Inheritance: ManagedType
Afficher le fichier Open project: fkarb/pythonnet

Méthodes publiques

Méthode Description
Initialize ( ) : IntPtr

Private Methods

Méthode 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 méthode

public static Initialize ( ) : IntPtr
Résultat System.IntPtr