ReflectionUtils.LoadAssembly

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-2020 • Updated: 07/15/20
Comment or report problem with topic