MethodBodyTransformation Properties |
The MethodBodyTransformation type exposes the following members.
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.) |