[To be supplied.]
Returns the class by the given name, performing a case-sensitive search.
[Visual Basic] Overloads Overridable Public Function GetType(String) As Type
[C#] public virtual Type GetType(String);
[C++] public: virtual Type* GetType(String*);
[JScript] public function GetType(String) : Type;
Returns the class by the given name, searching the module with the specified case sensitivity.
[Visual Basic] Overloads Public Function GetType(String, Boolean) As Type
[C#] public Type GetType(String, bool);
[C++] public: Type* GetType(String*, bool);
[JScript] public function GetType(String, Boolean) : Type;