Event ILHookApplied
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
An event which is invoked whenever an ILHook is applied.
public static event Action<ILHookInfo>? ILHookApplied
Returns
- Action<ILHookInfo>
- An event which is invoked whenever an is applied.