Property | Type | Description | |
---|---|---|---|
EmptyTypes | Type[] |
Property | Type | Description | |
---|---|---|---|
underlyingType | Type |
Property | Type | Description | |
---|---|---|---|
AddInterfaces | void | ||
AddMembers | void | ||
BindTypeParameters | Type | ||
CheckBaked | void | ||
CheckVisibility | bool | ||
FillInExplicitInterfaceMethods | void | ||
FindField | IKVM.Reflection.FieldInfo | ||
FindMethod | IKVM.Reflection.MethodBase | ||
FindMethod | bool | ||
FindNestedType | Type | ||
GetEnumUnderlyingTypeImpl | Type | ||
GetGenericTypeArgument | Type | ||
GetModuleBuilderToken | int | ||
IGenericBinder | Type | ||
IGenericContext | Type | ||
InplaceBindTypeParameters | void | ||
IsDirectlyImplementedInterface | bool | ||
MatchParameterTypes | bool | ||
ResolveNestedType | Type | ||
Type | System | ||
Type | System |
Method | Description | |
---|---|---|
Equals ( Type type ) : bool | ||
Equals ( object obj ) : bool | ||
FindInterfaces ( TypeFilter filter, object filterCriteria ) : Type[] | ||
FindMembers ( MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, object filterCriteria ) : IKVM.Reflection.MemberInfo[] | ||
GetArrayRank ( ) : int | ||
GetConstructor ( BindingFlags bindingAttr, IKVM.Reflection.Binder binder, CallingConventions callingConvention, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.ConstructorInfo | ||
GetConstructor ( BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.ConstructorInfo | ||
GetConstructor ( Type types ) : IKVM.Reflection.ConstructorInfo | ||
GetConstructors ( ) : IKVM.Reflection.ConstructorInfo[] | ||
GetConstructors ( BindingFlags bindingAttr ) : IKVM.Reflection.ConstructorInfo[] | ||
GetDefaultMembers ( ) : IKVM.Reflection.MemberInfo[] | ||
GetElementType ( ) : Type | ||
GetEnumUnderlyingType ( ) : Type | ||
GetEvent ( string name ) : IKVM.Reflection.EventInfo | ||
GetEvent ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.EventInfo | ||
GetEvents ( ) : IKVM.Reflection.EventInfo[] | ||
GetEvents ( BindingFlags bindingAttr ) : IKVM.Reflection.EventInfo[] | ||
GetField ( string name ) : IKVM.Reflection.FieldInfo | ||
GetField ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.FieldInfo | ||
GetFields ( ) : IKVM.Reflection.FieldInfo[] | ||
GetFields ( BindingFlags bindingAttr ) : IKVM.Reflection.FieldInfo[] | ||
GetGenericArguments ( ) : Type[] | ||
GetGenericParameterConstraints ( ) : Type[] | ||
GetGenericTypeDefinition ( ) : Type | ||
GetHashCode ( ) : int | ||
GetInterface ( string name ) : Type | ||
GetInterface ( string name, bool ignoreCase ) : Type | ||
GetInterfaceMap ( Type interfaceType ) : IKVM.Reflection.InterfaceMapping | ||
GetInterfaces ( ) : Type[] | ||
GetMember ( string name ) : IKVM.Reflection.MemberInfo[] | ||
GetMember ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
GetMember ( string name, MemberTypes type, BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
GetMembers ( ) : IKVM.Reflection.MemberInfo[] | ||
GetMembers ( BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
GetMethod ( string name ) : IKVM.Reflection.MethodInfo | ||
GetMethod ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.MethodInfo | ||
GetMethod ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, CallingConventions callConvention, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
GetMethod ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
GetMethod ( string name, Type types ) : IKVM.Reflection.MethodInfo | ||
GetMethod ( string name, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
GetMethods ( ) : IKVM.Reflection.MethodInfo[] | ||
GetMethods ( BindingFlags bindingAttr ) : IKVM.Reflection.MethodInfo[] | ||
GetNestedType ( string name ) : Type | ||
GetNestedType ( string name, BindingFlags bindingAttr ) : Type | ||
GetNestedTypes ( ) : Type[] | ||
GetNestedTypes ( BindingFlags bindingAttr ) : Type[] | ||
GetProperties ( ) : IKVM.Reflection.PropertyInfo[] | ||
GetProperties ( BindingFlags bindingAttr ) : IKVM.Reflection.PropertyInfo[] | ||
GetProperty ( string name ) : IKVM.Reflection.PropertyInfo | ||
GetProperty ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.PropertyInfo | ||
GetProperty ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type returnType, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.PropertyInfo | ||
GetProperty ( string name, Type returnType ) : IKVM.Reflection.PropertyInfo | ||
GetProperty ( string name, Type returnType, Type types ) : IKVM.Reflection.PropertyInfo | ||
GetProperty ( string name, Type returnType, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.PropertyInfo | ||
GetTypeCode ( Type type ) : TypeCode | ||
IsAssignableFrom ( Type type ) : bool | ||
IsSubclassOf ( Type type ) : bool | ||
MakeArrayType ( ) : Type | ||
MakeArrayType ( int rank ) : Type | ||
MakeByRefType ( ) : Type | ||
MakeGenericType ( ) : Type | ||
MakePointerType ( ) : Type | ||
ToString ( ) : string | ||
__GetDeclaredEvents ( ) : EventInfo[] | ||
__GetDeclaredFields ( ) : FieldInfo[] | ||
__GetDeclaredInterfaces ( ) : Type[] | ||
__GetDeclaredMethods ( ) : MethodBase[] | ||
__GetDeclaredProperties ( ) : PropertyInfo[] | ||
__GetDeclaredTypes ( ) : Type[] | ||
__GetGenericArgumentsOptionalCustomModifiers ( ) : Type[][] | ||
__GetGenericArgumentsRequiredCustomModifiers ( ) : Type[][] | ||
__GetMethodImplMap ( ) : __MethodImplMap | ||
__GetOptionalCustomModifiers ( ) : Type[] | ||
__GetRequiredCustomModifiers ( ) : Type[] | ||
__GetSystemType ( TypeCode typeCode ) : |
||
__MakeArrayType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
__MakeArrayType ( int rank, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
__MakeByRefType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
__MakeGenericType ( Type typeArguments, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
__MakePointerType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
GetFullName ( ) : string |
Method | Description | |
---|---|---|
AddInterfaces ( List |
||
AddMembers ( List |
||
BindTypeParameters ( IGenericBinder binder ) : Type | ||
CheckBaked ( ) : void | ||
CheckVisibility ( TypeAttributes access ) : bool | ||
FillInExplicitInterfaceMethods ( IKVM.Reflection.MethodInfo interfaceMethods, IKVM.Reflection.MethodInfo targetMethods ) : void | ||
FindField ( string name, IKVM.Reflection.FieldSignature signature ) : IKVM.Reflection.FieldInfo | ||
FindMethod ( string name, |
||
FindMethod ( List |
||
FindNestedType ( TypeName name ) : Type | ||
GetEnumUnderlyingTypeImpl ( ) : Type | ||
GetGenericTypeArgument ( int index ) : Type | ||
GetModuleBuilderToken ( ) : int | ||
IGenericBinder ( Type type ) : Type | ||
IGenericContext ( int index ) : Type | ||
InplaceBindTypeParameters ( IGenericBinder binder, Type types ) : void | ||
IsDirectlyImplementedInterface ( Type interfaceType ) : bool | ||
MatchParameterTypes ( ParameterInfo parameters, Type types ) : bool | ||
ResolveNestedType ( TypeName typeName ) : Type | ||
Type ( ) : System | ||
Type ( Type underlyingType ) : System |
public FindInterfaces ( TypeFilter filter, object filterCriteria ) : Type[] | ||
filter | TypeFilter | |
filterCriteria | object | |
return | Type[] |
public FindMembers ( MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, object filterCriteria ) : IKVM.Reflection.MemberInfo[] | ||
memberType | MemberTypes | |
bindingAttr | BindingFlags | |
filter | MemberFilter | |
filterCriteria | object | |
return | IKVM.Reflection.MemberInfo[] |
public GetConstructor ( BindingFlags bindingAttr, IKVM.Reflection.Binder binder, CallingConventions callingConvention, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.ConstructorInfo | ||
bindingAttr | BindingFlags | |
binder | IKVM.Reflection.Binder | |
callingConvention | CallingConventions | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.ConstructorInfo |
public GetConstructor ( BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.ConstructorInfo | ||
bindingAttr | BindingFlags | |
binder | IKVM.Reflection.Binder | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.ConstructorInfo |
public GetConstructor ( Type types ) : IKVM.Reflection.ConstructorInfo | ||
types | Type | |
return | IKVM.Reflection.ConstructorInfo |
public GetConstructors ( ) : IKVM.Reflection.ConstructorInfo[] | ||
return | IKVM.Reflection.ConstructorInfo[] |
public GetConstructors ( BindingFlags bindingAttr ) : IKVM.Reflection.ConstructorInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.ConstructorInfo[] |
public GetDefaultMembers ( ) : IKVM.Reflection.MemberInfo[] | ||
return | IKVM.Reflection.MemberInfo[] |
public GetEvent ( string name ) : IKVM.Reflection.EventInfo | ||
name | string | |
return | IKVM.Reflection.EventInfo |
public GetEvent ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.EventInfo | ||
name | string | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.EventInfo |
public GetEvents ( ) : IKVM.Reflection.EventInfo[] | ||
return | IKVM.Reflection.EventInfo[] |
public GetEvents ( BindingFlags bindingAttr ) : IKVM.Reflection.EventInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.EventInfo[] |
public GetField ( string name ) : IKVM.Reflection.FieldInfo | ||
name | string | |
return | IKVM.Reflection.FieldInfo |
public GetField ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.FieldInfo | ||
name | string | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.FieldInfo |
public GetFields ( ) : IKVM.Reflection.FieldInfo[] | ||
return | IKVM.Reflection.FieldInfo[] |
public GetFields ( BindingFlags bindingAttr ) : IKVM.Reflection.FieldInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.FieldInfo[] |
public GetGenericParameterConstraints ( ) : Type[] | ||
return | Type[] |
public GetInterface ( string name, bool ignoreCase ) : Type | ||
name | string | |
ignoreCase | bool | |
return | Type |
public GetInterfaceMap ( Type interfaceType ) : IKVM.Reflection.InterfaceMapping | ||
interfaceType | Type | |
return | IKVM.Reflection.InterfaceMapping |
public GetMember ( string name ) : IKVM.Reflection.MemberInfo[] | ||
name | string | |
return | IKVM.Reflection.MemberInfo[] |
public GetMember ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
name | string | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.MemberInfo[] |
public GetMember ( string name, MemberTypes type, BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
name | string | |
type | MemberTypes | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.MemberInfo[] |
public GetMembers ( ) : IKVM.Reflection.MemberInfo[] | ||
return | IKVM.Reflection.MemberInfo[] |
public GetMembers ( BindingFlags bindingAttr ) : IKVM.Reflection.MemberInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.MemberInfo[] |
public GetMethod ( string name ) : IKVM.Reflection.MethodInfo | ||
name | string | |
return | IKVM.Reflection.MethodInfo |
public GetMethod ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.MethodInfo | ||
name | string | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.MethodInfo |
public GetMethod ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, CallingConventions callConvention, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
name | string | |
bindingAttr | BindingFlags | |
binder | IKVM.Reflection.Binder | |
callConvention | CallingConventions | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.MethodInfo |
public GetMethod ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
name | string | |
bindingAttr | BindingFlags | |
binder | IKVM.Reflection.Binder | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.MethodInfo |
public GetMethod ( string name, Type types ) : IKVM.Reflection.MethodInfo | ||
name | string | |
types | Type | |
return | IKVM.Reflection.MethodInfo |
public GetMethod ( string name, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.MethodInfo | ||
name | string | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.MethodInfo |
public GetMethods ( ) : IKVM.Reflection.MethodInfo[] | ||
return | IKVM.Reflection.MethodInfo[] |
public GetMethods ( BindingFlags bindingAttr ) : IKVM.Reflection.MethodInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.MethodInfo[] |
public GetNestedType ( string name, BindingFlags bindingAttr ) : Type | ||
name | string | |
bindingAttr | BindingFlags | |
return | Type |
public GetNestedTypes ( BindingFlags bindingAttr ) : Type[] | ||
bindingAttr | BindingFlags | |
return | Type[] |
public GetProperties ( ) : IKVM.Reflection.PropertyInfo[] | ||
return | IKVM.Reflection.PropertyInfo[] |
public GetProperties ( BindingFlags bindingAttr ) : IKVM.Reflection.PropertyInfo[] | ||
bindingAttr | BindingFlags | |
return | IKVM.Reflection.PropertyInfo[] |
public GetProperty ( string name ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
return | IKVM.Reflection.PropertyInfo |
public GetProperty ( string name, BindingFlags bindingAttr ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
bindingAttr | BindingFlags | |
return | IKVM.Reflection.PropertyInfo |
public GetProperty ( string name, BindingFlags bindingAttr, IKVM.Reflection.Binder binder, Type returnType, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
bindingAttr | BindingFlags | |
binder | IKVM.Reflection.Binder | |
returnType | Type | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.PropertyInfo |
public GetProperty ( string name, Type returnType ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
returnType | Type | |
return | IKVM.Reflection.PropertyInfo |
public GetProperty ( string name, Type returnType, Type types ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
returnType | Type | |
types | Type | |
return | IKVM.Reflection.PropertyInfo |
public GetProperty ( string name, Type returnType, Type types, IKVM.Reflection.ParameterModifier modifiers ) : IKVM.Reflection.PropertyInfo | ||
name | string | |
returnType | Type | |
types | Type | |
modifiers | IKVM.Reflection.ParameterModifier | |
return | IKVM.Reflection.PropertyInfo |
public static GetTypeCode ( Type type ) : TypeCode | ||
type | Type | |
return | TypeCode |
public __GetDeclaredMethods ( ) : MethodBase[] | ||
return | MethodBase[] |
public __GetDeclaredProperties ( ) : PropertyInfo[] | ||
return | PropertyInfo[] |
public __GetGenericArgumentsOptionalCustomModifiers ( ) : Type[][] | ||
return | Type[][] |
public __GetGenericArgumentsRequiredCustomModifiers ( ) : Type[][] | ||
return | Type[][] |
public __GetMethodImplMap ( ) : __MethodImplMap | ||
return | __MethodImplMap |
public __GetOptionalCustomModifiers ( ) : Type[] | ||
return | Type[] |
public __GetRequiredCustomModifiers ( ) : Type[] | ||
return | Type[] |
public static __GetSystemType ( TypeCode typeCode ) : |
||
typeCode | TypeCode | |
return |
public __MakeArrayType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
requiredCustomModifiers | Type | |
optionalCustomModifiers | Type | |
return | Type |
public __MakeArrayType ( int rank, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
rank | int | |
requiredCustomModifiers | Type | |
optionalCustomModifiers | Type | |
return | Type |
public __MakeByRefType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
requiredCustomModifiers | Type | |
optionalCustomModifiers | Type | |
return | Type |
public __MakeGenericType ( Type typeArguments, Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
typeArguments | Type | |
requiredCustomModifiers | Type | |
optionalCustomModifiers | Type | |
return | Type |
public __MakePointerType ( Type requiredCustomModifiers, Type optionalCustomModifiers ) : Type | ||
requiredCustomModifiers | Type | |
optionalCustomModifiers | Type | |
return | Type |