Class PriorityAttribute
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Specifies the priority level of a component over others.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class PriorityAttribute : Attribute
- Inheritance
-
PriorityAttribute
- Inherited Members
- Extension Methods
Constructors
PriorityAttribute(Priority)
Initializes a new instance of the PriorityAttribute class.
public PriorityAttribute(Priority priority)
Parameters
priorityPriorityThe priority level to associate with this attribute.
Properties
Priority
Gets the priority level of a component.
public Priority Priority { get; }