Property After
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
After
Gets the detour IDs to run after this detour.
public IEnumerable<string> After { get; }
Property Value
Remarks
This takes takes priority over Priority.
public IEnumerable<string> After { get; }