Module::GetType Method
.NET Framework (current version)
Returns the specified type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetType() | |
![]() | GetType(String^) | Returns the specified type, performing a case-sensitive search. |
![]() | GetType(String^, Boolean) | Returns the specified type, searching the module with the specified case sensitivity. |
![]() | GetType(String^, Boolean, Boolean) | Returns the specified type, specifying whether to make a case-sensitive search of the module and whether to throw an exception if the type cannot be found. |
Show:
