Method GetAssemblyByName
GetAssemblyByName(string)
Gets Assembly with the specified name searching it through all assemblies of the current domain.
public static Assembly? GetAssemblyByName(string name)
Parameters
name
stringName of the assembly.
Returns
- Assembly
The loaded assembly or
null
if assembly not found.