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