C# Class IKVM.Reflection.NonPEModule

Inheritance: Module
Afficher le fichier Open project: mono/ikvm-fork

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
ArgumentOutOfRangeException ( ) : Exception
GetDllCharacteristicsImpl ( ) : DllCharacteristics
GetFileAlignmentImpl ( ) : int
GetImageBaseImpl ( ) : long
GetStackReserveImpl ( ) : long
InvalidOperationException ( ) : Exception
NonPEModule ( IKVM.Reflection.Universe universe ) : System
NotSupportedException ( ) : Exception

Private Methods

Méthode Description
GetBlob ( int blobIndex ) : IKVM.Reflection.Reader.ByteReader
GetGuid ( int guidIndex ) : System.Guid
GetModuleType ( ) : Type
ResolveType ( int metadataToken, IGenericContext context ) : Type

Method Details

ArgumentOutOfRangeException() protected méthode

protected ArgumentOutOfRangeException ( ) : Exception
Résultat System.Exception

GetDllCharacteristicsImpl() protected méthode

protected GetDllCharacteristicsImpl ( ) : DllCharacteristics
Résultat DllCharacteristics

GetFileAlignmentImpl() protected final méthode

protected final GetFileAlignmentImpl ( ) : int
Résultat int

GetImageBaseImpl() protected final méthode

protected final GetImageBaseImpl ( ) : long
Résultat long

GetStackReserveImpl() protected final méthode

protected final GetStackReserveImpl ( ) : long
Résultat long

InvalidOperationException() protected méthode

protected InvalidOperationException ( ) : Exception
Résultat System.Exception

NonPEModule() protected méthode

protected NonPEModule ( IKVM.Reflection.Universe universe ) : System
universe IKVM.Reflection.Universe
Résultat System

NotSupportedException() protected méthode

protected NotSupportedException ( ) : Exception
Résultat System.Exception

ResolveField() public final méthode

public final ResolveField ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.FieldInfo
metadataToken int
genericTypeArguments Type
genericMethodArguments Type
Résultat IKVM.Reflection.FieldInfo

ResolveMember() public final méthode

public final ResolveMember ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MemberInfo
metadataToken int
genericTypeArguments Type
genericMethodArguments Type
Résultat IKVM.Reflection.MemberInfo

ResolveMethod() public final méthode

public final ResolveMethod ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments ) : IKVM.Reflection.MethodBase
metadataToken int
genericTypeArguments Type
genericMethodArguments Type
Résultat IKVM.Reflection.MethodBase

ResolveString() public final méthode

public final ResolveString ( int metadataToken ) : string
metadataToken int
Résultat string

__GetExportedTypes() public méthode

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

__GetReferencedAssemblies() public final méthode

public final __GetReferencedAssemblies ( ) : IKVM.Reflection.AssemblyName[]
Résultat IKVM.Reflection.AssemblyName[]

__GetReferencedModules() public final méthode

public final __GetReferencedModules ( ) : string[]
Résultat string[]

__GetReferencedTypes() public méthode

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

__ResolveOptionalParameterTypes() public final méthode

public final __ResolveOptionalParameterTypes ( int metadataToken, Type genericTypeArguments, Type genericMethodArguments, CustomModifiers &customModifiers ) : Type[]
metadataToken int
genericTypeArguments Type
genericMethodArguments Type
customModifiers CustomModifiers
Résultat Type[]