Summary
|
return Assembly.ReflectionOnlyLoadFrom(dependentAssemblyFilename); |
assembly.ReflectionOnlyLoadFrom(dependentAssemblyFilename);
API Changes
assembly.load(dependentAssemblyFilename);
The recommended method for loading DLLs in. net core is AssemblyContextLoad. Would you like to consider changing AppDomain to AssemblyContextLoad in the future?