Back to Harmony

Class HarmonyPatchCategory

docs/api/HarmonyLib.HarmonyPatchCategory.html

2.4.2.0891 B
Original Source

Class HarmonyPatchCategory

Annotation to define a category for use with PatchCategory

Inheritance

System.Object

System.Attribute

HarmonyAttribute

HarmonyPatchCategory

Inherited Members

HarmonyAttribute.info

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false)]
public class HarmonyPatchCategory : HarmonyAttribute, _Attribute

Constructors

HarmonyPatchCategory(String)

Annotation specifying the category

Declaration
public HarmonyPatchCategory(string category)
Parameters
TypeNameDescription
System.Stringcategory

Name of patch category

|