C# 클래스 Python.Runtime.ClassManager

The ClassManager is responsible for creating and managing instances that implement the Python type objects that reflect managed classes. Each managed type reflected to Python is represented by an instance of a concrete subclass of ClassBase. Each instance is associated with a generated Python type object, whose slots point to static methods of the managed instance's class.
파일 보기 프로젝트 열기: fkarb/pythonnet

비공개 메소드들

메소드 설명
ClassManager ( ) : System
CreateClass ( Type type ) : ClassBase
GetClass ( Type type ) : ClassBase
GetClassInfo ( Type type ) : ClassInfo