Show / Hide Table of Contents

Class HarmonyReversePatch

Annotation to define your standin methods for reverse patching

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

Constructors

HarmonyReversePatch(HarmonyReversePatchType)

An annotation that specifies the type of reverse patching

Declaration
public HarmonyReversePatch(HarmonyReversePatchType type = HarmonyReversePatchType.Original)
Parameters
Type Name Description
HarmonyReversePatchType type

The HarmonyReversePatchType of the reverse patch

In this article
Back to top Generated by DocFX