Mono Class Library: System.Type Overview | Members

System.Type.GetType Overloads

The overloads of GetType are listed below. For a list of all members, see the Type Members list.

Public Methods

GetType() : Type
Documentation for this section has not yet been entered.
static
GetType(string) : Type
Returns the Type with the specified name.
static
GetType(string, bool) : Type
Returns the Type with the specified name, optionally throwing an exception if an error occurs while loading the Type .
static
GetType(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.