C# 클래스 IKVM.Reflection.ElementHolderType

상속: Type
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
elementType Type

공개 메소드들

메소드 설명
GetElementType ( ) : Type
ToString ( ) : string
__GetOptionalCustomModifiers ( ) : Type[]
__GetRequiredCustomModifiers ( ) : Type[]

보호된 메소드들

메소드 설명
ElementHolderType ( Type elementType, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
EqualsHelper ( ElementHolderType other ) : bool
GetSuffix ( ) : string
Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

비공개 메소드들

메소드 설명
BindArray ( Type array, IGenericBinder binder ) : Type[]
BindTypeParameters ( IGenericBinder binder ) : Type
CheckBaked ( ) : void
GetCustomAttributesData ( Type attributeType ) : IList
GetModuleBuilderToken ( ) : int

메소드 상세

ElementHolderType() 보호된 메소드

protected ElementHolderType ( Type elementType, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
elementType Type
requiredCustomModifiers Type
optionalCustomModifiers Type
리턴 System

EqualsHelper() 보호된 메소드

protected EqualsHelper ( ElementHolderType other ) : bool
other ElementHolderType
리턴 bool

GetElementType() 공개 최종 메소드

public final GetElementType ( ) : Type
리턴 Type

GetSuffix() 보호된 추상적인 메소드

protected abstract GetSuffix ( ) : string
리턴 string

ToString() 공개 최종 메소드

public final ToString ( ) : string
리턴 string

Wrap() 보호된 추상적인 메소드

protected abstract Wrap ( Type type, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type
type Type
requiredCustomModifiers Type
optionalCustomModifiers Type
리턴 Type

__GetOptionalCustomModifiers() 공개 메소드

public __GetOptionalCustomModifiers ( ) : Type[]
리턴 Type[]

__GetRequiredCustomModifiers() 공개 메소드

public __GetRequiredCustomModifiers ( ) : Type[]
리턴 Type[]

프로퍼티 상세

elementType 보호되어 있는 프로퍼티

protected Type elementType
리턴 Type