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.9.1.0 (6.9.1.0)
Syntaxpublic Nullable<int> AspectPriority { get; set; }
Property Value
Type:
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.
See Also