The overloads of GetType are listed below. For a list of all members, see the Type Members list.
GetType() : Type Documentation for this section has not yet been entered. staticGetType(string) : Type Returns the Type with the specified name. staticGetType(string, bool) : Type Returns the Type with the specified name, optionally throwing an exception if an error occurs while loading the Type . staticGetType(string, bool, bool) : Type Returns the Type with the specified name, optionally performing a case-insensitive search and optionally throwing an exception if an error occurs while loading the Type.