System.Web.Compilation.ClientBuildManager.GetAppDomainShutdownDirectories Method

Gets the directories with files that, when changed, cause the application domain to shut down.

Syntax

public string[] GetAppDomainShutdownDirectories ()

Returns

A string array containing the top-level directory names.

Remarks

Changes to files in specific top-level directories cause the application domain to shut down. Files within the Bin, App_Code, Global_Resources, Web References, and App_Browsers directories are monitored to detect any changes. When changes are detected, the application domain is shut down.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0