ProxyGenerationResult Class

Represents the results of proxy generation.

Inheritance Hierarchy

System.Object
  Microsoft.BusinessData.Runtime.ProxyGenerationResult

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class ProxyGenerationResult
'Usage
Dim instance As ProxyGenerationResult
[DataContractAttribute]
public sealed class ProxyGenerationResult

Remarks

The results include:

The binary bytes of the compiled proxy code (which may represent one or more System.Reflection.Assembly objects).

The actual primary proxy System.Reflection.Assembly object.

A fingerprint or conceptual signature of the proxy, which may be used as a unique key with which to cache the result.

The source code for the proxy.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProxyGenerationResult Members

Microsoft.BusinessData.Runtime Namespace