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
namestringName of the assembly.
Returns
- Assembly
The loaded assembly or
nullif assembly not found.