Information
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

 

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.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

[GuidAttribute("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IAppDomainFactory

NameDescription
System_CAPS_pubmethodCreate(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
Return to top
Show: