ITypeResolutionService::GetType Method (String^)
.NET Framework (current version)
Loads a type with the specified name.
Assembly: System (in System.dll)
Parameters
- name
-
Type:
System::String^
The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies.
Return Value
Type: System::Type^An instance of Type that corresponds to the specified name, or null if no type can be found.
.NET Framework
Available since 1.1
Available since 1.1
Show: