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

Base class for Python types that reflect managed types / classes. Concrete subclasses include ClassObject and DelegateObject. This class provides common attributes and common machinery for doing class initialization (initialization of the class __dict__). The concrete subclasses provide slot implementations appropriate for each variety of reflected type.
Наследование: ManagedType
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
type_subscript ( IntPtr ob, IntPtr idx ) : IntPtr

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

Метод Описание
CanSubclass ( ) : bool
ClassBase ( Type tp ) : System
tp_clear ( IntPtr ob ) : int
tp_compare ( IntPtr ob, IntPtr other ) : int
tp_dealloc ( IntPtr ob ) : void
tp_hash ( IntPtr ob ) : IntPtr
tp_init ( IntPtr ob, IntPtr args, IntPtr kw ) : int
tp_is_gc ( IntPtr type ) : int
tp_iter ( IntPtr ob ) : IntPtr
tp_str ( IntPtr ob ) : IntPtr
tp_traverse ( IntPtr ob, IntPtr func, IntPtr args ) : int

Описание методов

type_subscript() публичный Метод

public type_subscript ( IntPtr ob, IntPtr idx ) : IntPtr
ob System.IntPtr
idx System.IntPtr
Результат System.IntPtr