ASP.NET in a Nutshell, Second Edition

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

Категории