This topic has not yet been rated - Rate this topic

ServiceBuildProvider Methods

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
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method 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).)
Protected method GetCodeCompileUnit Represents the container for the generated CodeDOM graph. (Inherited from BuildProvider.)
Public method GetCustomString Infrastructure. Generates a string to be persisted in the compiled assembly. (Overrides BuildProvider.GetCustomString(CompilerResults).)
Public method GetGeneratedType Returns a type generated by the build provider from the virtual path. (Inherited from BuildProvider.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetResultFlags Infrastructure. Returns a value that indicates actions required when a virtual path is built. (Overrides BuildProvider.GetResultFlags(CompilerResults).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.