C# 클래스 IronPython.Modules.CTypes.UnionType

상속: IronPython.Runtime.Types.PythonType, INativeType
파일 보기 프로젝트 열기: jschementi/iron

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