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.
Gets Assembly with the specified name searching it through all assemblies of the current domain.
public static Assembly? GetAssemblyByName(string name)
name stringName of the assembly.