AspectConfigurationAttribute.AspectPriority Property |
Gets or sets the weaving priority of the aspect.
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.7.12.0 (6.7.12.0)

C#
public int AspectPriority { get; set; }
Property Value
Type: Int32The aspect priority, or null if the aspect priority is not specified.

Advices with lower priority are executed before in case of 'entry' semantics (entering or invoking a method, setting a field value), but this order is inverted for advices of 'exit' semantics (leaving a method, getting a field value).
This property must not be confused with AttributePriority, which solely influences the multicasting process.
