Class DetourBase
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
The base class for detours associated with a MethodDetourInfo.
public abstract class DetourBase
- Inheritance
-
DetourBase
- Derived
Properties
- Config
- Gets the config associated with this detour, if any.
- IsApplied
- Gets whether or not this detour is applied.
- Method
- Gets the MethodDetourInfo this detour is associated with.
Methods
- Apply()
- Applies this detour.
- Undo()
- Undoes this detour.