IAppDomainFactory Interface
.NET Framework 2.0
This interface supports the .NET Framework 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.HostingAssembly: System.Web (in system.web.dll)
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba") */
public interface IAppDomainFactory
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba") public interface IAppDomainFactory
Not applicable.
Community Additions
ADD
Show: