C# Class IKVM.Reflection.GenericTypeInstance

Inheritance: Type
Afficher le fichier Open project: samskivert/ikvm-monotouch

Méthodes publiques

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

Private Methods

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

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetGenericArguments() public méthode

public GetGenericArguments ( ) : Type[]
Résultat Type[]

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat Type

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

__GetDeclaredEvents() public méthode

public __GetDeclaredEvents ( ) : IKVM.Reflection.EventInfo[]
Résultat IKVM.Reflection.EventInfo[]

__GetDeclaredFields() public méthode

public __GetDeclaredFields ( ) : IKVM.Reflection.FieldInfo[]
Résultat IKVM.Reflection.FieldInfo[]

__GetDeclaredInterfaces() public méthode

public __GetDeclaredInterfaces ( ) : Type[]
Résultat Type[]

__GetDeclaredMethods() public méthode

public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[]
Résultat IKVM.Reflection.MethodBase[]

__GetDeclaredProperties() public méthode

public __GetDeclaredProperties ( ) : IKVM.Reflection.PropertyInfo[]
Résultat IKVM.Reflection.PropertyInfo[]

__GetDeclaredTypes() public méthode

public __GetDeclaredTypes ( ) : Type[]
Résultat Type[]

__GetGenericArgumentsOptionalCustomModifiers() public méthode

public __GetGenericArgumentsOptionalCustomModifiers ( ) : Type[][]
Résultat Type[][]

__GetGenericArgumentsRequiredCustomModifiers() public méthode

public __GetGenericArgumentsRequiredCustomModifiers ( ) : Type[][]
Résultat Type[][]

__GetMethodImplMap() public méthode

public __GetMethodImplMap ( ) : IKVM.Reflection.__MethodImplMap
Résultat IKVM.Reflection.__MethodImplMap