Gets the type instance for the specified fully qualified type name TypeName.
[Visual Basic] Overloads Function GetType( _ ByVal typeName As String _ ) As Type [C#] Type GetType( string typeName ); [C++] Type* GetType( String* typeName ) = 0; [JScript] function GetType( typeName : String ) : Type;
The type object for the given type name, or a null reference (in Visual Basic Nothing) if the type could not be found.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | IDesignerHost.GetType Overload List