Open sandboxFocus

Enum AspectDependencyPosition

Enumeration of the direction of the relationship specified by an aspect dependency.

Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp.dll
Syntax
public enum AspectDependencyPosition

Fields

Name Description
After

The current aspect or advice is positioned after the other aspect or handler.

Any

Any order possible (or order not relevant).

Before

The current aspect or advice is positioned before the other aspect or handler.