Show / Hide Table of Contents

Class Priority

A patch priority

Inheritance
System.Object
Priority
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public static class Priority

Fields

| Improve this Doc View Source

First

Patch first

Declaration
public const int First = 800
Field Value
Type Description
System.Int32
| Improve this Doc View Source

High

Patch with high priority

Declaration
public const int High = 600
Field Value
Type Description
System.Int32
| Improve this Doc View Source

HigherThanNormal

Patch with higher than normal priority

Declaration
public const int HigherThanNormal = 500
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Last

Patch last

Declaration
public const int Last = 0
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Low

Patch with low priority

Declaration
public const int Low = 200
Field Value
Type Description
System.Int32
| Improve this Doc View Source

LowerThanNormal

Patch with lower than normal priority

Declaration
public const int LowerThanNormal = 300
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Normal

Patch with normal priority

Declaration
public const int Normal = 400
Field Value
Type Description
System.Int32
| Improve this Doc View Source

VeryHigh

Patch with very high priority

Declaration
public const int VeryHigh = 700
Field Value
Type Description
System.Int32
| Improve this Doc View Source

VeryLow

Patch with very low priority

Declaration
public const int VeryLow = 100
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX