Метод | Описание | |
---|---|---|
Bootstrap ( |
Initializes the AssemblyLoader in the
|
|
EnsureInitialisation ( |
||
Load ( string name ) : |
Loads an Assembly.
|
|
QualifySearchPath ( string path ) : string | ||
ReflectionOnlyLoadFrom ( string name ) : |
Loads an Assembly for Reflection only. This method does not cache the requested Assemblies.
|
|
Unload ( |
Метод | Описание | |
---|---|---|
AssemblyLoader ( ) : System | ||
AssemblyResolve ( object sender, |
Called by the Framework to resolve an Assembly.
|
|
InitialiseSearchPath ( HostType type, bool loadGeneratedAssemblies ) : void | ||
InitialiseTargetAssemblyFolder ( |
||
LoadAssemblyByName ( string name, bool reflectOnly ) : |
||
LocateAssembly ( string baseName, System culture ) : string |
Returns the actual filename of a DLL or EXE matching a given base assembly name. Uses the SearchPath.
|
|
PdbFromDll ( string dllFile ) : string | ||
ReflectionOnlyAssemblyResolve ( object sender, |
||
Unload ( ) : void |
public static Bootstrap ( |
||
domain | ||
config | ||
Результат | void |
public static EnsureInitialisation ( |
||
config | ||
Результат | void |
public static Load ( string name ) : |
||
name | string | Assemblyname, passed to a AssemblyName Constructor. |
Результат |
public static QualifySearchPath ( string path ) : string | ||
path | string | |
Результат | string |
public static ReflectionOnlyLoadFrom ( string name ) : |
||
name | string | Assemblyname, passed to a AssemblyName Consructor. |
Результат |
public static Unload ( |
||
domain | ||
Результат | void |