ITypeResolutionService::GetType Method (String^)

 

Loads a type with the specified name.

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

Type^ GetType(
	String^ name
)

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