C# Class IronPython.Modules.CTypes.UnionType

Inheritance: IronPython.Runtime.Types.PythonType, INativeType
Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description
EnsureFinal void
INativeType IronPython.Modules.MarshalCleanup
INativeType System.Type
INativeType object
INativeType object
INativeType void
MakeSystemType IronPython.Runtime.Types.PythonType
SetFields void
UnionType System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

UnionType() public méthode

public UnionType ( CodeContext context, string name, PythonTuple bases, PythonDictionary members ) : System
context CodeContext
name string
bases PythonTuple
members PythonDictionary
Résultat System

__setattr__() public méthode

public __setattr__ ( CodeContext context, string name, object value ) : void
context CodeContext
name string
value object
Résultat void

from_param() public méthode

Converts an object into a function call parameter.
public from_param ( object obj ) : object
obj object
Résultat object

operator() public static méthode

public static operator ( ) : ArrayType
Résultat System.Reflection.Emit.ArrayType