ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 199
نمايش فراداده

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