ApplicationManager.CreateObject Method (IApplicationHost, Type)
.NET Framework (current version)
Creates an object for the specified application domain, based on type.
Assembly: System.Web (in System.Web.dll)
<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)> Public Function CreateObject ( appHost As IApplicationHost, type As Type ) As IRegisteredObject
Parameters
- appHost
-
Type:
System.Web.Hosting.IApplicationHost
An IApplicationHost object.
- type
-
Type:
System.Type
The type of the object to create.
| Exception | Condition |
|---|---|
| ArgumentException | A physical path for the application does not exist. |
| ArgumentNullException | appHost is null. - or - type is null. |
CreateObject is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: