AspectDependencyPosition Enumeration |
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
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. |