C# 클래스 IKVM.Reflection.GenericTypeInstance

상속: Type
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetGenericArguments ( ) : Type[]
GetGenericTypeDefinition ( ) : Type
GetHashCode ( ) : int
ToString ( ) : string
__GetDeclaredEvents ( ) : IKVM.Reflection.EventInfo[]
__GetDeclaredFields ( ) : IKVM.Reflection.FieldInfo[]
__GetDeclaredInterfaces ( ) : Type[]
__GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
__GetDeclaredProperties ( ) : IKVM.Reflection.PropertyInfo[]
__GetDeclaredTypes ( ) : Type[]
__GetGenericArgumentsOptionalCustomModifiers ( ) : Type[][]
__GetGenericArgumentsRequiredCustomModifiers ( ) : Type[][]
__GetMethodImplMap ( ) : IKVM.Reflection.__MethodImplMap

비공개 메소드들

메소드 설명
BindTypeParameters ( IGenericBinder binder ) : Type
CheckBaked ( ) : void
GenericTypeInstance ( Type type, Type args, Type requiredCustomModifiers, Type optionalCustomModifiers ) : System
GetCustomAttributesData ( Type attributeType ) : IList
GetGenericTypeArgument ( int index ) : Type
GetModuleBuilderToken ( ) : int
IsEmpty ( Type mods, int i ) : bool
Make ( Type type, Type typeArguments, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetGenericArguments() 공개 메소드

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

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 Type

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

__GetDeclaredEvents() 공개 메소드

public __GetDeclaredEvents ( ) : IKVM.Reflection.EventInfo[]
리턴 IKVM.Reflection.EventInfo[]

__GetDeclaredFields() 공개 메소드

public __GetDeclaredFields ( ) : IKVM.Reflection.FieldInfo[]
리턴 IKVM.Reflection.FieldInfo[]

__GetDeclaredInterfaces() 공개 메소드

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

__GetDeclaredMethods() 공개 메소드

public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
리턴 IKVM.Reflection.MethodBase[]

__GetDeclaredProperties() 공개 메소드

public __GetDeclaredProperties ( ) : IKVM.Reflection.PropertyInfo[]
리턴 IKVM.Reflection.PropertyInfo[]

__GetDeclaredTypes() 공개 메소드

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

__GetGenericArgumentsOptionalCustomModifiers() 공개 메소드

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

__GetGenericArgumentsRequiredCustomModifiers() 공개 메소드

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

__GetMethodImplMap() 공개 메소드

public __GetMethodImplMap ( ) : IKVM.Reflection.__MethodImplMap
리턴 IKVM.Reflection.__MethodImplMap