ApplicationManager.GetAppDomain Method (String)

.NET Framework (current version)
 

Gets the application domain of the specified application.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>]
member GetAppDomain : 
        appId:string -> AppDomain

Parameters

appId
Type: System.String

The unique identifier for the application.

Return Value

Type: System.AppDomain

The application domain of the application.

.NET Framework
Available since 4.0
Return to top
Show: