Method | Description | |
---|---|---|
ResolveField ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.FieldInfo | ||
ResolveMember ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MemberInfo | ||
ResolveMethod ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MethodBase | ||
ResolveString ( int metadataToken ) : string | ||
__GetExportedTypes ( ) : Type[] | ||
__GetReferencedAssemblies ( ) : IKVM.Reflection.AssemblyName[] | ||
__GetReferencedModules ( ) : string[] | ||
__GetReferencedTypes ( ) : Type[] | ||
__ResolveOptionalParameterTypes ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments, CustomModifiers &customModifiers ) : Type[] |
Method | Description | |
---|---|---|
ArgumentOutOfRangeException ( ) : |
||
GetDllCharacteristicsImpl ( ) : DllCharacteristics | ||
GetFileAlignmentImpl ( ) : int | ||
GetImageBaseImpl ( ) : long | ||
GetStackReserveImpl ( ) : long | ||
InvalidOperationException ( ) : |
||
NonPEModule ( IKVM.Reflection.Universe universe ) : System | ||
NotSupportedException ( ) : |
Method | Description | |
---|---|---|
GetBlob ( int blobIndex ) : IKVM.Reflection.Reader.ByteReader | ||
GetGuid ( int guidIndex ) : System.Guid | ||
GetModuleType ( ) : Type | ||
ResolveType ( int metadataToken, IGenericContext context ) : Type |
protected ArgumentOutOfRangeException ( ) : |
||
return |
protected GetDllCharacteristicsImpl ( ) : DllCharacteristics | ||
return | DllCharacteristics |
protected final GetFileAlignmentImpl ( ) : int | ||
return | int |
protected final GetStackReserveImpl ( ) : long | ||
return | long |
protected InvalidOperationException ( ) : |
||
return |
protected NonPEModule ( IKVM.Reflection.Universe universe ) : System | ||
universe | IKVM.Reflection.Universe | |
return | System |
protected NotSupportedException ( ) : |
||
return |
public final ResolveField ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.FieldInfo | ||
metadataToken | int | |
genericTypeArguments | Type | |
genericMethodArguments | Type | |
return | IKVM.Reflection.FieldInfo |
public final ResolveMember ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MemberInfo | ||
metadataToken | int | |
genericTypeArguments | Type | |
genericMethodArguments | Type | |
return | IKVM.Reflection.MemberInfo |
public final ResolveMethod ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MethodBase | ||
metadataToken | int | |
genericTypeArguments | Type | |
genericMethodArguments | Type | |
return | IKVM.Reflection.MethodBase |
public final ResolveString ( int metadataToken ) : string | ||
metadataToken | int | |
return | string |
public final __GetReferencedAssemblies ( ) : IKVM.Reflection.AssemblyName[] | ||
return | IKVM.Reflection.AssemblyName[] |
public final __GetReferencedModules ( ) : string[] | ||
return | string[] |
public final __ResolveOptionalParameterTypes ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments, CustomModifiers &customModifiers ) : Type[] | ||
metadataToken | int | |
genericTypeArguments | Type | |
genericMethodArguments | Type | |
customModifiers | CustomModifiers | |
return | Type[] |