AspectWeaverTransformation Class |
Static information about a transformation provided by an AspectWeaver
or an AdviceWeaver, independent from the element of code to which the aspect has been applied.
System.Object
PostSharp.Sdk.AspectWeaver.AspectWeaverTransformation
PostSharp.Sdk.AspectWeaver.Transformations.MethodBodyTransformation
PostSharp.Sdk.AspectWeaver.Transformations.StructuralTransformation
PostSharp.Sdk.AspectWeaver.AspectWeaverTransformation
PostSharp.Sdk.AspectWeaver.Transformations.MethodBodyTransformation
PostSharp.Sdk.AspectWeaver.Transformations.StructuralTransformation
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract class AspectWeaverTransformation
The AspectWeaverTransformation type exposes the following members.
Name | Description | |
---|---|---|
AspectInfrastructureTask |
Gets the parent AspectInfrastructureTask.
| |
AspectWeaver |
Gets the parent AspectWeaver.
| |
AspectWeaverTask |
Gets the parent AspectWeaverTask.
| |
Dependencies |
Gets the collection of dependencies (AspectDependency) of the current transformation
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on the element of code to which this aspect is applied.
| |
Effects |
Gets the set of effects of the current transformation.
| |
IsCommutative |
Determines whether the current transformation is commutative.
| |
TypeLevelDependencies |
Gets the collection of dependencies (AspectDependency) of the current transformation
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on type declaring the element of code to which this aspect is applied.
If the aspect is not applied to a type member (or a parameter of a type member), this property is equal to
Dependencies.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDisplayName |
Gets the human-readable name of the current transformation.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |