IDesignerHost::GetType Method (String^)
.NET Framework (current version)
Gets an instance of the specified, fully qualified type name.
Assembly: System (in System.dll)
Parameters
- typeName
-
Type:
System::String^
The name of the type to load.
Return Value
Type: System::Type^The type object for the specified type name, or null if the type cannot be found.
.NET Framework
Available since 1.1
Available since 1.1
Show: