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.
Показать файл Открыть проект

Приватные методы

Метод Описание
ClassManager ( ) : System
CreateClass ( Type type ) : ClassBase
GetClass ( Type type ) : ClassBase
GetClassInfo ( Type type ) : ClassInfo