AspectConfigurationAttribute.AspectPriority Property |
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
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.