Table of Contents

Event ILHookUndone

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenever an ILHook is undone.
public static event Action<ILHookInfo>? ILHookUndone

Returns

Action<ILHookInfo>
An event which is invoked whenever an is undone.