BuildProvider.GetResultFlags Method
Assembly: System.Web (in system.web.dll)
public BuildProviderResultFlags GetResultFlags ( CompilerResults results )
public function GetResultFlags ( results : CompilerResults ) : BuildProviderResultFlags
Not applicable.
Parameters
- results
The compilation results for the build provider's virtual path.
Return Value
A BuildProviderResultFlags value indicating actions required after the virtual path is built within the ASP.NET build environment.The GetResultFlags method is used by the ASP.NET build environment when using instances of the BuildProvider class to build files and load the compiled assemblies.
The base BuildProvider class method returns the Default field value, indicating that no special action is required when the virtual path is built.
When deriving from the BuildProvider class, you can implement the GetResultFlags method to return a different BuildProviderResultFlags value for your custom file type or virtual path. For example, if a rebuild of your virtual path requires the containing AppDomain object to be reloaded, you can return the ShutdownAppDomainOnChange enumeration value from your GetResultFlags method.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.