메소드 | 설명 | |
---|---|---|
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. |
메소드 | 설명 | |
---|---|---|
GetFileUri ( string filePath ) : |
public LoadAssemblyFrom ( string assemblyFilePath ) : void | ||
assemblyFilePath | string | The path to the assemly to load in the LoadFrom context. |
리턴 | void |