Type.GetType Method
.NET Framework 3.0
Gets a Type object that represents the specified type.
| Name | Description |
|---|---|
| Type.GetType () | Gets the current Type. Supported by the .NET Compact Framework. |
| Type.GetType (String) | Gets the Type with the specified name, performing a case-sensitive search. Supported by the .NET Compact Framework. |
| Type.GetType (String, Boolean) | Gets the Type with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type is not found. Supported by the .NET Compact Framework. |
| Type.GetType (String, Boolean, Boolean) | Gets the Type with the specified name, specifying whether to perform a case-sensitive search and whether to throw an exception if the type is not found. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: