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

G. andrew Duthie; matthew Macdonald

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

AppDomainFactory

System.Web.Hosting (system.web.dll)sealed class

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

public sealed class 

AppDomainFactory : IAppDomainFactory { // Public Constructors public

AppDomainFactory ( ); // Public Instance Methods public object

Create (string

module , string

typeName , string appID, string

appPath , string

strUrlOfAppOrigin , int

iZone );// implements IAppDomainFactory }