Interface IDetour
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
public interface IDetour
Properties
- Config
- Gets the DetourConfig associated with this IDetour, if any.
- IsApplied
- Gets whether or not this hook is currently applied.
- IsValid
- Gets whether or not this detour is valid and can be manipulated.
Methods
- Apply()
- Applies this detour if it was not already applied.
- Undo()
- Undoes this hook if it was applied.