C# Класс Python.Runtime.InterfaceObject

Provides the implementation for reflected interface types. Managed interfaces are represented in Python by actual Python type objects. Each of those type objects is associated with an instance of this class, which provides the implementation for the Python type.
Наследование: ClassBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InterfaceObject ( ) : System
InterfaceObject ( Type tp ) : System
tp_new ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr