ClientBuildManager.GetAppDomainShutdownDirectories Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.