ServiceBuildProvider Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines a set of properties and methods for generating source code within the ASP.NET build environment. This class is the Windows Communication Foundation (WCF) implementation of BuildProvider.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
System.Web.Compilation::BuildProvider
System.ServiceModel.Activation::ServiceBuildProvider
| Name | Description | |
|---|---|---|
![]() | ServiceBuildProvider() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ServiceBuildProvider class. |
| Name | Description | |
|---|---|---|
![]() | CodeCompilerType | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the compiler type used by a build provider to generate source code for a custom file type.(Overrides BuildProvider::CodeCompilerType.) |
![]() | VirtualPath | Represents the file to be built by this build provider implementation.(Inherited from BuildProvider.) |
![]() | VirtualPathDependencies | This API supports the product infrastructure and is not intended to be used directly from your code. Represents a collection of virtual paths that must be built before the build provider generates code.(Overrides BuildProvider::VirtualPathDependencies.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GenerateCode(AssemblyBuilder^) | This API supports the product infrastructure and is not intended to be used directly from your code. 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(IDictionary^%) | Represents the container for the generated CodeDOM graph.(Inherited from BuildProvider.) |
![]() | 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.(Overrides BuildProvider::GetCustomString(CompilerResults^).) |
![]() | GetGeneratedType(CompilerResults^) | Returns a type generated by the build provider from the virtual path.(Inherited from BuildProvider.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetResultFlags(CompilerResults^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value that indicates actions required when a virtual path is built.(Overrides BuildProvider::GetResultFlags(CompilerResults^).) |
![]() | GetType() | |
![]() | 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.(Inherited from BuildProvider.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



