Method | Description | |
---|---|---|
LoadAssemblyFrom ( string assemblyFilePath ) : void |
Registers the specified assembly and resolves the types in it when the AppDomain requests for it. This method does not load the assembly immediately, but lazily until someone requests a Type declared in the assembly. |
Method | Description | |
---|---|---|
GetFileUri ( string filePath ) : |
public LoadAssemblyFrom ( string assemblyFilePath ) : void | ||
assemblyFilePath | string | The path to the assemly to load in the LoadFrom context. |
return | void |