Event DetourUndone
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
An event which is invoked whenever a detour is undone.
public static event Action<DetourInfo>? DetourUndone
Returns
- Action<DetourInfo>
- An event which is invoked whenever a detour is undone.
Remarks
Hook is the only kind of detour, at present.