InfrastructureHelper.UnloadAppDomain Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Defines a helper method that is used to call the HttpRuntime.UnloadAppDomain method from an application that is not fully trusted.

Namespace:  Microsoft.Web.Infrastructure
Assembly:  Microsoft.Web.Infrastructure (in Microsoft.Web.Infrastructure.dll)

Syntax

'Declaration
Public Shared Sub UnloadAppDomain
'Usage

InfrastructureHelper.UnloadAppDomain()
public static void UnloadAppDomain()
public:
static void UnloadAppDomain()
static member UnloadAppDomain : unit -> unit 
public static function UnloadAppDomain()

See Also

Reference

InfrastructureHelper Class

Microsoft.Web.Infrastructure Namespace