| AssembliesGetTypeFromName Method |
Tries to find/identify a
Type by its name
Namespace:
Cauldron.Reflection
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static Type GetTypeFromName(
string typeName
)
Parameters
- typeName
- Type: SystemString
The name of the Type
Return Value
Type:
TypeThe
Type that is defined by the parameter
typeNameExceptions See Also