System.Web.Compilation.BuildProviderResultFlags Enumeration

Indicates the required behavior when a virtual path is built.

Syntax

[System.Flags]
public enum BuildProviderResultFlags

Remarks

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.

Members

Member NameDescription
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.

Requirements

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