Table of Contents

Event NativeDetourUndone

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenever a NativeHook is undone.
public static event Action<NativeDetourInfo>? NativeDetourUndone

Returns

Action<NativeDetourInfo>
An event which is invoked whenever a is undone.