Table of Contents

Event DetourApplied

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenever a detour is applied.
public static event Action<DetourInfo>? DetourApplied

Returns

Action<DetourInfo>
An event which is invoked whenever a detour is applied.

Remarks

Hook is the only kind of detour, at present.