AspectDependencyPosition Enumeration |
Enumeration of the direction of the relationship specified by an aspect dependency.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public enum AspectDependencyPosition

Member name | Value | Description | |
---|---|---|---|
Any | 0 | Any order possible (or order not relevant). | |
Before | -1 | The current aspect or advice is positioned before the other aspect or handler. | |
After | 1 | The current aspect or advice is positioned after the other aspect or handler. |
