PostSharpAPI ReferencePost­Sharp.​Aspects.​DependenciesAspect­Dependency­Position
Open sandboxFocus

AspectDependencyPosition Class

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

Inheritance
AspectDependencyPosition
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp.dll
Syntax
public sealed class AspectDependencyPosition : Enum

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.

value__