StateMachineMarkerTransformation Class |
Note: This API is now obsolete.
PostSharp.Sdk.AspectWeaver.AspectWeaverTransformation
PostSharp.Sdk.AspectWeaver.Transformations.MethodBodyTransformation
PostSharp.Sdk.AspectWeaver.Transformations.StateMachineMarkerTransformation
Namespace: PostSharp.Sdk.AspectWeaver.Transformations
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
[ObsoleteAttribute("This class will be removed or renamed in the future major version.")] public sealed class StateMachineMarkerTransformation : MethodBodyTransformation
The StateMachineMarkerTransformation type exposes the following members.
Name | Description | |
---|---|---|
StateMachineMarkerTransformation | Initializes a new instance of the StateMachineMarkerTransformation class |
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 | (Overrides AspectWeaverTransformation.IsCommutative.) | |
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 | |
---|---|---|
CreateInstance(AspectWeaverInstance) | Obsolete. | |
CreateInstance(AspectWeaverInstance, IMethodBodyTransformationInstance) | ||
CreateInstance(AspectWeaverInstance, IStateMachineTransformationInstance) | Obsolete. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDisplayName | (Overrides AspectWeaverTransformation.GetDisplayName(MethodSemantics).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |