BuildProvider Methods
.NET Framework 3.0
(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: