WCFBuildProvider Methods

 

Namespace:   System.Web.Compilation
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGenerateCode(AssemblyBuilder^)

Generates the service proxy class source code and adds it to the specified assembly builder.(Overrides BuildProvider::GenerateCode(AssemblyBuilder^).)

System_CAPS_protmethodGetCodeCompileUnit(IDictionary^%)

Represents the container for the generated CodeDOM graph.(Inherited from BuildProvider.)

System_CAPS_pubmethodGetCustomString(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.(Inherited from BuildProvider.)

System_CAPS_protmethodGetDefaultCompilerType()

Returns the compiler settings for the default language in the application.(Inherited from BuildProvider.)

System_CAPS_protmethodGetDefaultCompilerTypeForLanguage(String^)

Returns the compiler settings for the build provider based on the specified language.(Inherited from BuildProvider.)

System_CAPS_pubmethodGetGeneratedType(CompilerResults^)

Returns a type generated by the build provider from the virtual path.(Inherited from BuildProvider.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetResultFlags(CompilerResults^)

Returns a value indicating actions required when a virtual path is built.(Inherited from BuildProvider.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOpenReader()

Opens a text reader for reading from the virtual path of the current build provider object.(Inherited from BuildProvider.)

System_CAPS_protmethodOpenReader(String^)

Opens a text reader for reading from a specified virtual path.(Inherited from BuildProvider.)

System_CAPS_protmethodOpenStream()

Opens a stream for reading the virtual path of the current build provider object.(Inherited from BuildProvider.)

System_CAPS_protmethodOpenStream(String^)

Opens a stream for reading from a specified virtual path.(Inherited from BuildProvider.)

System_CAPS_pubmethodProcessCompileErrors(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.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: