Browse documentation

Class HarmonyPatchAll

Namespace
HarmonyLib
Assembly
0Harmony.dll

A Harmony annotation to define that all methods in a class are to be patched

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
public class HarmonyPatchAll : HarmonyAttribute
Inheritance
object
Attribute
HarmonyPatchAll
Inherited Members

Constructors

HarmonyPatchAll()

public HarmonyPatchAll()
Harmony 3 preview

For the stable release, read the 2.x documentation.