Show / Hide Table of Contents

Class HarmonyAfter

A Harmony annotation

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

Constructors

HarmonyAfter(params string[])

A Harmony annotation to define that a patch comes after another patch

Declaration
public HarmonyAfter(params string[] after)
Parameters
Type Name Description
string[] after

The array of harmony IDs of the other patches

In this article
Back to top Generated by DocFX