C# Класс IKVM.Reflection.GenericTypeInstance

Наследование: Type
Показать файл Открыть проект

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

Метод Описание
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