Show / Hide Table of Contents

Class HarmonyPatchCategory

Annotation to define a category for use with PatchCategory

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

Constructors

HarmonyPatchCategory(string)

Annotation specifying the category

Declaration
public HarmonyPatchCategory(string category)
Parameters
Type Name Description
string category

Name of patch category

In this article
Back to top Generated by DocFX