Method GetOrLoadAssemblyByName
GetOrLoadAssemblyByName(string)
Gets Assembly with the specified name searching it through all assemblies of the current domain. If assembly is not found, tries to load it.
public static Assembly? GetOrLoadAssemblyByName(string name)
Parameters
name
stringName of the assembly.