Try to load an assembly into the application's app domain. Loads by name first then checks for filename
public static Assembly LoadAssembly(string assemblyName)
Return Value
null on failure
Parameters
assemblyName
Assembly name or full path
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic