ClientBuildManager.GetAppDomainShutdownDirectories Method

Definition

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

public:
 cli::array <System::String ^> ^ GetAppDomainShutdownDirectories();
public string[] GetAppDomainShutdownDirectories ();
member this.GetAppDomainShutdownDirectories : unit -> string[]
Public Function GetAppDomainShutdownDirectories () As String()

Returns

String[]

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.

Applies to

See also