C# 클래스 Python.Runtime.MetaType

상속: ManagedType
파일 보기 프로젝트 열기: fkarb/pythonnet

공개 메소드들

메소드 설명
Initialize ( ) : IntPtr

비공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : IntPtr
리턴 System.IntPtr