ApplicationManager::CreateObject Method
.NET Framework (current version)
Creates an object for the specified application domain and object type.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateObject(IApplicationHost^, Type^) | Creates an object for the specified application domain, based on type. |
![]() | CreateObject(String^, Type^, String^, String^, Boolean) | Creates an object for the specified application domain based on type, virtual and physical paths, and a Boolean value indicating failure behavior when an object of the specified type already exists. |
![]() | CreateObject(String^, Type^, String^, String^, Boolean, Boolean) | Creates an object for the specified application domain based on type, virtual and physical paths, a Boolean value indicating failure behavior when an object of the specified type already exists, and a Boolean value indicating whether hosting initialization error exceptions are thrown. |
Show:
