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