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: 5.0.55.0 (5.0.55.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.