AspectWeaverTransformation Properties |
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.
|