BuildProvider Members
.NET Framework 3.0
Defines a set of properties and methods for generating source code within the ASP.NET build environment. This class is abstract.
The following tables list the members exposed by the BuildProvider type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CodeCompilerType | Represents the compiler type used by a build provider to generate source code for a custom file type. |
| VirtualPathDependencies | Represents a collection of virtual paths that must be built before the build provider generates code. |
| Name | Description | |
|---|---|---|
| ReferencedAssemblies | Represents the assemblies to compile with the source generated by the build provider. |
| VirtualPath | Represents the file to be built by this build provider implementation. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateCode | Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder. |
| GetCustomString | Generates a string to be persisted in the compiled assembly. |
| GetGeneratedType | Returns a type generated by the build provider from the virtual path. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetResultFlags | Returns a value indicating actions required when a virtual path is built. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetDefaultCompilerType | Returns the compiler settings for the default language in the application. |
| GetDefaultCompilerTypeForLanguage | Returns the compiler settings for the build provider based on the specified language. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OpenReader | Overloaded. Opens a text reader for reading from a virtual path. |
| OpenStream | Overloaded. Opens a stream for reading from a virtual path. |
Community Additions
ADD
Show: