ProxyGenerationResult Members

Include Protected Members
Include Inherited Members

Represents the results of proxy generation.

The ProxyGenerationResult type exposes the following members.

Constructors

  Name Description
Public method ProxyGenerationResult Initializes a new instance of the class.

Top

Properties

  Name Description
Public property Assembly Gets or sets the generated assembly.
Public property CompiledBytes Gets or sets the binary bytes of the compiled proxy code (which may represent one or more System.Reflection.Assemblies).
Public property Fingerprint Gets or sets the fingerprint or conceptual signature of the proxy, which may be used as a unique key with which to cache the result.
Public property IsValid Determines whether the result is valid.
Public property SourceCode Gets or sets the source code of the proxy.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ProxyGenerationResult Class

Microsoft.BusinessData.Runtime Namespace