Table of Contents

Property Priority

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll

Priority

Gets the priority of the detours represented by this config, if present.
public int? Priority { get; }

Property Value

int?

Remarks

The priority only affects the relative ordering of detours which are not otherwise ordered by e.g. Before or After. Detours with no priority are ordered after all detours which have a priority.