BuildProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateCode(AssemblyBuilder^) | Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder. |
![]() | GetCodeCompileUnit(IDictionary^%) | Represents the container for the generated CodeDOM graph. |
![]() | GetCustomString(CompilerResults^) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a string to be persisted in the compiled assembly. |
![]() | GetDefaultCompilerType() | Returns the compiler settings for the default language in the application. |
![]() | GetDefaultCompilerTypeForLanguage(String^) | Returns the compiler settings for the build provider based on the specified language. |
![]() | GetGeneratedType(CompilerResults^) | Returns a type generated by the build provider from the virtual path. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResultFlags(CompilerResults^) | Returns a value indicating actions required when a virtual path is built. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OpenReader() | Opens a text reader for reading from the virtual path of the current build provider object. |
![]() | OpenReader(String^) | Opens a text reader for reading from a specified virtual path. |
![]() | OpenStream() | Opens a stream for reading the virtual path of the current build provider object. |
![]() | OpenStream(String^) | Opens a stream for reading from a specified virtual path. |
![]() | ProcessCompileErrors(CompilerResults^) | When overridden in a derived class, enables you to review compiler error messages so that you can modify them to provide more information. |
![]() ![]() | RegisterBuildProvider(String^, Type^) | Registers a build provider. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


