C# 클래스 Python.Runtime.ClassObject

Managed class that provides the implementation for reflected types. Managed classes and value types are represented in Python by actual Python type objects. Each of those type objects is associated with an instance of ClassObject, which provides its implementation.
상속: ClassBase
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
type_subscript ( IntPtr ob, IntPtr idx ) : IntPtr

비공개 메소드들

메소드 설명
ClassObject ( Type tp ) : System
GetDocString ( ) : IntPtr
mp_ass_subscript ( IntPtr ob, IntPtr idx, IntPtr v ) : int
mp_subscript ( IntPtr ob, IntPtr idx ) : IntPtr
tp_call ( IntPtr ob, IntPtr args, IntPtr kw ) : IntPtr
tp_new ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr

메소드 상세

type_subscript() 공개 메소드

public type_subscript ( IntPtr ob, IntPtr idx ) : IntPtr
ob System.IntPtr
idx System.IntPtr
리턴 System.IntPtr