Table of Contents

Event ILHookApplied

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An event which is invoked whenever an ILHook is applied to this function.
public event Action<ILHookInfo>? ILHookApplied

Returns

Action<ILHookInfo>
An event which is invoked whenever an is applied to this function.