ProxyGenerationResult Members
Include Protected Members
Include Inherited Members
Represents the results of proxy generation.
The ProxyGenerationResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxyGenerationResult | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Assembly | Gets or sets the generated assembly. | |
CompiledBytes | Gets or sets the binary bytes of the compiled proxy code (which may represent one or more System.Reflection.Assemblies). | |
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. | |
IsValid | Determines whether the result is valid. | |
SourceCode | Gets or sets the source code of the proxy. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top