Back to Harmony

Class HarmonyPriority

docs/api/HarmonyLib.HarmonyPriority.html

2.4.2.0827 B
Original Source

Class HarmonyPriority

A Harmony annotation

Inheritance

System.Object

System.Attribute

HarmonyAttribute

HarmonyPriority

Inherited Members

HarmonyAttribute.info

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method)]
public class HarmonyPriority : HarmonyAttribute, _Attribute

Constructors

HarmonyPriority(Int32)

A Harmony annotation to define patch priority

Declaration
public HarmonyPriority(int priority)
Parameters
TypeNameDescription
System.Int32priority

The priority

|