C# Класс IronPython.Modules.CTypes.UnionType

Наследование: IronPython.Runtime.Types.PythonType, INativeType
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EnsureFinal void
INativeType IronPython.Modules.MarshalCleanup
INativeType System.Type
INativeType object
INativeType object
INativeType void
MakeSystemType IronPython.Runtime.Types.PythonType
SetFields void
UnionType System

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

Метод Описание
UnionType ( CodeContext context, string name, PythonTuple bases, PythonDictionary members ) : System
__setattr__ ( CodeContext context, string name, object value ) : void
from_param ( object obj ) : object

Converts an object into a function call parameter.

operator ( ) : ArrayType

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

Метод Описание
EnsureFinal ( ) : void
INativeType ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex, List constantPool, int constantPoolArgument ) : IronPython.Modules.MarshalCleanup
INativeType ( ) : Type
INativeType ( MemoryHolder address, int offset, object value ) : object
INativeType ( MemoryHolder owner, object readingFrom, int offset, bool raw ) : object
INativeType ( ILGenerator method, IronPython.Modules.LocalOrArg value, List constantPool, int constantPoolArgument ) : void
MakeSystemType ( Type underlyingSystemType ) : IronPython.Runtime.Types.PythonType
SetFields ( object fields ) : void
UnionType ( Type underlyingSystemType ) : System

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

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

public UnionType ( CodeContext context, string name, PythonTuple bases, PythonDictionary members ) : System
context CodeContext
name string
bases PythonTuple
members PythonDictionary
Результат System

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

public __setattr__ ( CodeContext context, string name, object value ) : void
context CodeContext
name string
value object
Результат void

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

Converts an object into a function call parameter.
public from_param ( object obj ) : object
obj object
Результат object

operator() публичный статический Метод

public static operator ( ) : ArrayType
Результат System.Reflection.Emit.ArrayType