AspectWeaverPlugIn.StandardPriorities Class |
Standard priorities of plug-ins.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected static class StandardPriorities
The AspectWeaverPlugIn.StandardPriorities type exposes the following members.
Name | Description | |
---|---|---|
System |
Priority of the system plug-in (100).
| |
SystemFallback1 |
Priority of the first fall-back plug-in (200).
| |
SystemFallback2 |
Priority of the second fall-back plug-in (201).
| |
User |
Priority of user plug-ins (0).
|