PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationAspect­ConfigurationAspect­Priority
Open sandboxFocus

AspectConfiguration.AspectPriority Property

AspectPriority

Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.

Declaration
public Nullable<int> AspectPriority { get; set; }
Property Value
Type Description
System.Nullable<Int32>
Remarks

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.