Event DetourApplied
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
An event which is invoked whenever a detour is applied to this function.
public event Action<NativeDetourInfo>? DetourApplied
Returns
- Action<NativeDetourInfo>
- An event which is invoked whenever a detour is applied to this function.