ServiceBuildProvider Methods
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ServiceBuildProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GenerateCode | Infrastructure. Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder. (Overrides BuildProvider.GenerateCode(AssemblyBuilder).) |
|
GetCodeCompileUnit | Represents the container for the generated CodeDOM graph. (Inherited from BuildProvider.) |
|
GetCustomString | Infrastructure. Generates a string to be persisted in the compiled assembly. (Overrides BuildProvider.GetCustomString(CompilerResults).) |
|
GetGeneratedType | Returns a type generated by the build provider from the virtual path. (Inherited from BuildProvider.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetResultFlags | Infrastructure. Returns a value that indicates actions required when a virtual path is built. (Overrides BuildProvider.GetResultFlags(CompilerResults).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ProcessCompileErrors | When overridden in a derived class, enables you to review compiler error messages so that you can modify them to provide more information. (Inherited from BuildProvider.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |