Gets the Type object with the specified name.
[Visual Basic] Overloads Overridable Public Function GetType( _ ByVal name As String _ ) As Type [C#] public virtual Type GetType( string name ); [C++] public: virtual Type* GetType( String* name ); [JScript] public function GetType( name : String ) : Type;
A Type object that represents the specified class.
Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetType Overload List