Table of Contents

Event DetourUndone

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenver a detour is undone on this function.
public event Action<DetourInfo>? DetourUndone

Returns

Action<DetourInfo>
An event which is invoked whenver a detour is undone on this function.