Method | 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 |
Method | 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 |
public __GetDeclaredEvents ( ) : IKVM.Reflection.EventInfo[] | ||
return | IKVM.Reflection.EventInfo[] |
public __GetDeclaredFields ( ) : IKVM.Reflection.FieldInfo[] | ||
return | IKVM.Reflection.FieldInfo[] |
public __GetDeclaredMethods ( ) : IKVM.Reflection.MethodBase[] | ||
return | IKVM.Reflection.MethodBase[] |
public __GetDeclaredProperties ( ) : IKVM.Reflection.PropertyInfo[] | ||
return | IKVM.Reflection.PropertyInfo[] |
public __GetGenericArgumentsOptionalCustomModifiers ( ) : Type[][] | ||
return | Type[][] |
public __GetGenericArgumentsRequiredCustomModifiers ( ) : Type[][] | ||
return | Type[][] |
public __GetMethodImplMap ( ) : IKVM.Reflection.__MethodImplMap | ||
return | IKVM.Reflection.__MethodImplMap |