Show / Hide Table of Contents

Class HarmonyReversePatch

Annotation to define your standin methods for reverse patching

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

Constructors

| Improve this Doc View Source

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

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