StructuralTransformationInstance Class |
PostSharp.Sdk.AspectWeaver.AspectWeaverTransformationInstance
PostSharp.Sdk.AspectWeaver.Transformations.StructuralTransformationInstance
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 StructuralTransformationInstance : AspectWeaverTransformationInstance, IStructuralTransformationInstance, ITransformationInstance
The StructuralTransformationInstance type exposes the following members.
Name | Description | |
---|---|---|
StructuralTransformationInstance(StructuralTransformation, AspectWeaverInstance) |
Initializes a new StructuralTransformationInstance.
| |
StructuralTransformationInstance(StructuralTransformation, AspectWeaverInstance, SymJoinPointAttributes) |
Initializes a new StructuralTransformationInstance.
|
Name | Description | |
---|---|---|
AspectWeaver |
Gets the parent AspectWeaver.
(Inherited from AspectWeaverTransformationInstance.) | |
AspectWeaverInstance |
Gets the parent AspectWeaverInstance.
(Inherited from AspectWeaverTransformationInstance.) | |
IsCommutative |
Determines whether the current object is commutative with any other object, irrespective of dependencies or effects.
If yes, then PostSharp can apply it in any order with respect to other objects.
(Inherited from AspectWeaverTransformationInstance.) | |
SymJoinPointAttributes |
A customizable "metadata" for this aspect weaver transformation instance.
(Inherited from AspectWeaverTransformationInstance.) | |
Transformation |
Gets the parent AspectWeaverTransformation.
(Inherited from AspectWeaverTransformationInstance.) |
Name | Description | |
---|---|---|
AddDependency |
Adds a new AspectDependency to the current transformation.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext) |
Adds a join point to the symbol file for the current transformation given a TransformationContext.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext, SymJoinPointAttributes) |
Adds a join point to the symbol file for the current transformation given a TransformationContext,
with the possibility to override the additional attributes of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext, String) |
Adds a join point to the symbol file for the current transformation given a TransformationContext,
with the possibility to override the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, SymJoinPointAttributes) |
Adds a join point to the symbol file for the current transformation,
with the possibility to override the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, Int32) |
Adds a join point to the symbol file for the current transformation, using GetDisplayName(MethodSemantics) to
get the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, Int32, SymJoinPointAttributes) | Obsolete. (Inherited from AspectWeaverTransformationInstance.) | |
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 a human-readable description of the current transformation.
(Inherited from AspectWeaverTransformationInstance.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasEffect |
Determines whether the current transformation has a given effect.
(Inherited from AspectWeaverTransformationInstance.) | |
Implement |
Implements the transformation.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from AspectWeaverTransformationInstance.) |