ApplicationManager.GetAppDomain Method (IApplicationHost)

.NET Framework (current version)
 

Gets the application domain of an application using the specified host.

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

Public Function GetAppDomain (
	appHost As IApplicationHost
) As AppDomain

Parameters

appHost
Type: System.Web.Hosting.IApplicationHost

The host to get the application domain for.

Return Value

Type: System.AppDomain

The application domain of the application.

.NET Framework
Available since 4.0
Return to top
Show: