IAppDomainFactory

IAppDomainFactory

System.Web.Hosting (system.web.dll)interface

This interface supports the .NET Framework infrastructure. You do not need to use it directly in your code.

public interface IAppDomainFactory {
// Public Instance Methods
   public object Create(in string module, in string typeName, in string appId, in string appPath, 
        in string strUrlOfAppOrigin, in int iZone);
}

Implemented By

AppDomainFactory



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace