AspectConfiguration.AspectPriority Property |
Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)


Whenever possible, use dependencies (Dependencies collection) to specify the ordering of aspects.
Unlike priorities, dependencies scale up in complexity, which can be important in larger projects.
