The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IAppDomainFactory Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines a single method to create a new AppDomain instance for a Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the IAppManagerAppDomainFactory interface instead.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Create(String^, String^, String^, String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new application domain for the specified Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the IAppManagerAppDomainFactory interface instead. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
