Assembly.GetType Method
.NET Framework (current version)
Gets the Type object that represents the specified type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetType() | |
![]() | GetType(String) | Gets the Type object with the specified name in the assembly instance. |
![]() | GetType(String, Boolean) | Gets the Type object with the specified name in the assembly instance and optionally throws an exception if the type is not found. |
![]() | GetType(String, Boolean, Boolean) | Gets the Type object with the specified name in the assembly instance, with the options of ignoring the case, and of throwing an exception if the type is not found. |
Show:
