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