Class Priority
A patch priority
Inheritance
System.Object
Priority
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public static class Priority
Fields
| Improve this Doc View SourceFirst
Patch first
Declaration
public const int First = 800
Field Value
Type | Description |
---|---|
System.Int32 |
High
Patch with high priority
Declaration
public const int High = 600
Field Value
Type | Description |
---|---|
System.Int32 |
HigherThanNormal
Patch with higher than normal priority
Declaration
public const int HigherThanNormal = 500
Field Value
Type | Description |
---|---|
System.Int32 |
Last
Patch last
Declaration
public const int Last = 0
Field Value
Type | Description |
---|---|
System.Int32 |
Low
Patch with low priority
Declaration
public const int Low = 200
Field Value
Type | Description |
---|---|
System.Int32 |
LowerThanNormal
Patch with lower than normal priority
Declaration
public const int LowerThanNormal = 300
Field Value
Type | Description |
---|---|
System.Int32 |
Normal
Patch with normal priority
Declaration
public const int Normal = 400
Field Value
Type | Description |
---|---|
System.Int32 |
VeryHigh
Patch with very high priority
Declaration
public const int VeryHigh = 700
Field Value
Type | Description |
---|---|
System.Int32 |
VeryLow
Patch with very low priority
Declaration
public const int VeryLow = 100
Field Value
Type | Description |
---|---|
System.Int32 |