Method FindType
FindType(string)
Finds type by the name. Searches through all loaded assemblies.
public static Type? FindType(string name)
Parameters
namestringType name.
Finds type by the name. Searches through all loaded assemblies.
public static Type? FindType(string name)
name stringType name.