ClientBuildManager.GetAppDomainShutdownDirectories Method ()

 

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

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

member GetAppDomainShutdownDirectories : unit -> string[]

Return Value

Type: System.String[]

A String array containing the top-level directory names.

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.

.NET Framework
Available since 2.0
Return to top
Show: