Table of Contents

Event ILHookUndone

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenver an ILHook is undone on this function.
public event Action<ILHookInfo>? ILHookUndone

Returns

Action<ILHookInfo>
An event which is invoked whenver an is undone on this function.