IDesignerHost::GetType Method (String^)

 

Gets an instance of the specified, fully qualified type name.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

Type^ GetType(
	String^ typeName
)

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
Return to top
Show: