Show / Hide Table of Contents

Class HarmonyPriority

A Harmony annotation

Inheritance
object
Attribute
HarmonyAttribute
HarmonyPriority
Inherited Members
HarmonyAttribute.info
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method)]
public class HarmonyPriority : HarmonyAttribute

Constructors

HarmonyPriority(int)

A Harmony annotation to define patch priority

Declaration
public HarmonyPriority(int priority)
Parameters
Type Name Description
int priority

The priority

In this article
Back to top Generated by DocFX