BuildManager::GetType Method
.NET Framework (current version)
Finds a type in the top-level assemblies or in assemblies that are defined in configuration.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetType() | |
![]() ![]() | GetType(String^, Boolean) | Finds a type in the top-level assemblies or in assemblies that are defined in configuration, and optionally throws an exception on failure. |
![]() ![]() | GetType(String^, Boolean, Boolean) | Finds a type in the top-level assemblies, or in assemblies that are defined in configuration, by using a case-insensitive search and optionally throwing an exception on failure. |
A top-level assembly refers to the Global.asax file, or to a file that is in the App_GlobalResources, App_WebReferences, App_Code, or App_Browsers directory.
Show:

