StructuralTransformation Class |
PostSharp.Sdk.AspectWeaver.AspectWeaverTransformation
PostSharp.Sdk.AspectWeaver.Transformations.StructuralTransformation
Namespace: PostSharp.Sdk.AspectWeaver.Transformations
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public abstract class StructuralTransformation : AspectWeaverTransformation
The StructuralTransformation type exposes the following members.
Name | Description | |
---|---|---|
StructuralTransformation |
Initializes a new StructuralTransformation.
|
Name | Description | |
---|---|---|
AspectInfrastructureTask |
Gets the parent AspectInfrastructureTask.
(Inherited from AspectWeaverTransformation.) | |
AspectWeaver |
Gets the parent AspectWeaver.
(Inherited from AspectWeaverTransformation.) | |
AspectWeaverTask |
Gets the parent AspectWeaverTask.
(Inherited from AspectWeaverTransformation.) | |
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.
(Inherited from AspectWeaverTransformation.) | |
Effects |
Gets the set of effects of the current transformation.
(Inherited from AspectWeaverTransformation.) | |
IsCommutative |
Determines whether the current transformation is commutative.
(Inherited from AspectWeaverTransformation.) | |
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.
(Inherited from AspectWeaverTransformation.) |
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.
(Inherited from AspectWeaverTransformation.) | |
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.) |