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<NativeDetourInfo>? DetourUndone

Returns

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