Show / Hide Table of Contents

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, AllowMultiple = false)]
public class HarmonyPatchCategory : HarmonyAttribute, _Attribute

Constructors

| Improve this Doc View Source

HarmonyPatchCategory(String)

Annotation specifying the category

Declaration
public HarmonyPatchCategory(string category)
Parameters
Type Name Description
System.String category

Name of patch category

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