This documentation is archived and is not being maintained.
BuildProvider Methods
Visual Studio 2008
The BuildProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | 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 | Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder. |
|
GetCodeCompileUnit | Represents the container for the generated CodeDOM graph. |
|
GetCustomString | Infrastructure. Generates a string to be persisted in the compiled assembly. |
|
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. |
|
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.) |
|
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. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: