Table of Contents

Event NativeDetourApplied

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

Returns

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