DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section