Gets an instance of the type.
Gets an instance of the type for the specified fully qualified type name TypeName within the assembly AssemblyName.
[Visual Basic] Overloads Function GetType(String, AssemblyName) As Type
[C#] Type GetType(String, AssemblyName);
[C++] Type* GetType(String*, AssemblyName) = 0;
[JScript] function GetType(String, AssemblyName) : Type;
Gets the type instance for the specified fully qualified type name TypeName.
[Visual Basic] Overloads Function GetType(String) As Type
[C#] Type GetType(String);
[C++] Type* GetType(String*) = 0;
[JScript] function GetType(String) : Type;
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace