Show / Hide Table of Contents

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
Type Name Description
System.Int32 priority

The priority

Back to top Generated by DocFX