Browse documentation

Class HarmonyDebug

Namespace
HarmonyLib
Assembly
0Harmony.dll

A Harmony annotation

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

Constructors

HarmonyDebug()

A Harmony annotation to debug a patch (output uses FileLog to log to your Desktop)

public HarmonyDebug()
Harmony 3 preview

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