This documentation is archived and is not being maintained.

WCFBuildProvider Members

Visual Studio 2008

Generates proxy class code for Windows Communication Foundation (WCF) services

The WCFBuildProvider type exposes the following members.

  NameDescription
Public method WCFBuildProvider Initializes a new instance of the WCFBuildProvider class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GenerateCode Generates the service proxy class source code and adds it to the 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. (Inherited from BuildProvider.)
Protected method GetDefaultCompilerType Returns the compiler settings for the default language in the application. (Inherited from BuildProvider.)
Protected method GetDefaultCompilerTypeForLanguage Returns the compiler settings for the build provider based on the specified language. (Inherited from BuildProvider.)
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 Returns a value indicating actions required when a virtual path is built. (Inherited from BuildProvider.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OpenReader Overloaded. Opens a text reader for reading from a virtual path.
Protected method OpenStream Overloaded. Opens a stream for reading from a virtual path.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property CodeCompilerType Represents the compiler type used by a build provider to generate source code for a custom file type. (Inherited from BuildProvider.)
Protected property ReferencedAssemblies Represents the assemblies to compile with the source generated by the build provider. (Inherited from BuildProvider.)
Protected property VirtualPath Represents the file to be built by this build provider implementation. (Inherited from BuildProvider.)
Public property VirtualPathDependencies Represents a collection of virtual paths that must be built before the build provider generates code. (Inherited from BuildProvider.)
Top
Show: