Method FindTypeByName
FindTypeByName(string)
Finds a type by its name, resolving it using the provided type resolver (TypeResolveRequested) or the default type resolver.
public static Type? FindTypeByName(string typeName)
Parameters
typeName
stringThe name of the type to find.