Table of Contents

Class DetourManager

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
The entry point for introspection of active detours, and the type which manages their application.
public static class DetourManager
Inheritance
DetourManager

Methods

GetDetourInfo(MethodBase)
Gets the MethodDetourInfo for the provided method.
GetNativeDetourInfo(nint)
Gets the FunctionDetourInfo for a native function pointed to by function.

Events

DetourApplied
An event which is invoked whenever a detour is applied.
DetourUndone
An event which is invoked whenever a detour is undone.
ILHookApplied
An event which is invoked whenever an ILHook is applied.
ILHookUndone
An event which is invoked whenever an ILHook is undone.
NativeDetourApplied
An event which is invoked whenever a NativeHook is applied.
NativeDetourUndone
An event which is invoked whenever a NativeHook is undone.