C# Class Mosa.Compiler.MosaTypeSystem.MosaModuleLoader

Inheritance: IModuleLoader, System.IDisposable
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Private Properties

Свойство Type Description
IModuleLoader void
LoadDependencies void

Méthodes publiques

Méthode Description
AddPrivatePath ( IEnumerable assemblyPaths ) : void

Appends the given paths to the assembly search path.

AddPrivatePath ( string path ) : void

Appends the given path to the assembly search path.

CreateMetadata ( ) : IMetadata
Dispose ( ) : void
LoadModuleFromFile ( string file ) : void

Loads the module.

MosaModuleLoader ( ) : System.Collections.Generic

Private Methods

Méthode Description
IModuleLoader ( string file ) : void
LoadDependencies ( dnlib.DotNet.ModuleDefMD module ) : void

Method Details

AddPrivatePath() public méthode

Appends the given paths to the assembly search path.
public AddPrivatePath ( IEnumerable assemblyPaths ) : void
assemblyPaths IEnumerable The assembly paths.
Résultat void

AddPrivatePath() public méthode

Appends the given path to the assembly search path.
public AddPrivatePath ( string path ) : void
path string The path to append to the assembly search path.
Résultat void

CreateMetadata() public méthode

public CreateMetadata ( ) : IMetadata
Résultat IMetadata

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LoadModuleFromFile() public méthode

Loads the module.
public LoadModuleFromFile ( string file ) : void
file string The file path of the module to load.
Résultat void

MosaModuleLoader() public méthode

public MosaModuleLoader ( ) : System.Collections.Generic
Résultat System.Collections.Generic