AppDomainFactory.Create Method (String, String, String, String, String, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a new application domain for the specified Web application. This class was used by earlier versions of the .NET Framework than version 2.0, which uses the AppManagerAppDomainFactory class instead.
Assembly: System.Web (in System.Web.dll)
Public Function Create ( module As String, typeName As String, appId As String, appPath As String, strUrlOfAppOrigin As String, iZone As Integer ) As Object
Parameters
- module
-
Type:
System.String
The module containing the Web application.
- typeName
-
Type:
System.String
The type of the Web application.
- appId
-
Type:
System.String
The unique identifier for the Web application.
- appPath
-
Type:
System.String
The path to the Web application's files.
- strUrlOfAppOrigin
-
Type:
System.String
The URL of origin for the Web application.
- iZone
-
Type:
System.Int32
The zone of origin for the Web application.
.NET Framework
Available since 1.1
Available since 1.1
Show: