OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class PriorityAttribute

Sets the priority for the given implementation.

Inheritance
System.Object
PriorityAttribute
ServiceImplementationAttribute
CommandAttribute
Namespace: OpenMod.API.Prioritization
Assembly: OpenMod.API.dll
Syntax
public class PriorityAttribute : Attribute

Properties

| Improve this Doc View Source

Priority

Declaration
public Priority Priority { get; set; }
Property Value
Type Description
Priority

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)