Table of Contents

Namespace MonoMod.Core

Classes

DetourFactory
Provides access to a default, PlatformTriple-based IDetourFactory, as well as extension methods to make using IDetourFactory easier.

Structs

CreateDetourRequest
A request to create an ICoreDetour.
CreateNativeDetourRequest
A request to create an ICoreNativeDetour.

Interfaces

ICoreDetour
A single method-to-method managed detour.
ICoreDetourBase
A single detour. This is the base type of both ICoreDetour and ICoreNativeDetour.
ICoreDetourWithClone
An ICoreDetour that additionally provides SourceMethodClone.
ICoreNativeDetour
Represents a single function-to-function native detour, with an alternate entry point.
IDetourFactory
A factory for creating ICoreDetours and ICoreNativeDetours.