ApplicationManager.CreateObject Method (IApplicationHost, Type)
Creates an object for the specified application domain, based on type.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)] public IRegisteredObject CreateObject( IApplicationHost appHost, Type type )
Parameters
- appHost
- Type: System.Web.Hosting.IApplicationHost
An [System.Web.Hosting.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 3.5 Architecture.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand. Permission value: Minimal.
- SecurityPermission
for creating registered objects. Demand value: LinkDemand. Permission value: Unrestricted.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.