Property | Type | Description | |
---|---|---|---|
IModuleLoader | void | ||
LoadDependencies | void |
Method | Description | |
---|---|---|
AddPrivatePath ( IEnumerable |
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 |
Method | Description | |
---|---|---|
IModuleLoader ( string file ) : void | ||
LoadDependencies ( dnlib.DotNet.ModuleDefMD module ) : void |
public AddPrivatePath ( IEnumerable |
||
assemblyPaths | IEnumerable |
The assembly paths. |
return | void |
public AddPrivatePath ( string path ) : void | ||
path | string | The path to append to the assembly search path. |
return | void |
public LoadModuleFromFile ( string file ) : void | ||
file | string | The file path of the module to load. |
return | void |
public MosaModuleLoader ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |