Table of Contents

Class NativeDetourInfo

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
An object which represents a native detour, without extending its lifetime.
public sealed class NativeDetourInfo
Inheritance
NativeDetourInfo

Properties

Config
Gets the config associated with this detour, if any.
Entry
Gets the entrypoint of the detour. This is the method which implements the delegate passed into NativeHook.
Function
Gets the FunctionDetourInfo for the function this detour is attached to.
IsApplied
Gets whether or not this detour is currently applied.
Next
Gets the next detour in the detour chain, if any.

Methods

Apply()
Applies this detour.
Undo()
Undoes this detour.