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.Method)]
public class HarmonyPriority : HarmonyAttribute, _Attribute

Constructors

| Improve this Doc View Source

HarmonyPriority(Int32)

A Harmony annotation to define patch priority

Declaration
public HarmonyPriority(int priority)
Parameters
Type Name Description
System.Int32 priority

The priority

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX