The System.Web.Compilation.BuildProviderResultFlags values are used to indicate the results from the BuildProvider.GetResultFlags(System.CodeDom.Compiler.CompilerResults) method. The enumeration values indicate actions that are required after a virtual path is built within the ASP.NET build environment. The System.Web.Compilation.BuildProviderResultFlags values are used by the ASP.NET build environment when using instances of the System.Web.Compilation.BuildProvider class to build files and load the compiled assemblies.
Member Name | Description |
---|---|
Default |
The default value; no special action is required after compilation. |
ShutdownAppDomainOnChange |
The compilation of the virtual path requires the containing AppDomain to be unloaded and restarted. This is only used in advanced compilation scenarios; typically, you should use the BuildProviderResultFlags.Default value. |