SymEvolution Class |
PostSharp.Sdk.CodeModel.Element
PostSharp.Sdk.CodeModel.Declaration
PostSharp.Sdk.WeavingSymbols.SymEvolution
Namespace: PostSharp.Sdk.WeavingSymbols
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class SymEvolution : Declaration
The SymEvolution type exposes the following members.
Name | Description | |
---|---|---|
SymEvolution |
Initializes a new SymEvolution.
|
Name | Description | |
---|---|---|
CustomDebuggingInformation | (Inherited from Declaration.) | |
Kind |
Gets the kind of evolution.
| |
Source |
Gets the identity of the source declaration.
| |
Target |
Gets the identity of the target declaration.
|
Name | Description | |
---|---|---|
ClearCache |
Clear the cache (typically mapping to System.Reflection or,
if the current element is a reference, to the related definition)
of the current Element and all its children.
(Inherited from Element.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetTarget |
Sets the target declaration.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |