IMonoDetourHook Interface
Definition
Section titled “Definition”A MonoDetour Hook interface.
public interface IMonoDetourHook : IReadOnlyMonoDetourHook, IDisposableMethods
Section titled “Methods”Apply()
Section titled “Apply()”Applies the hook if it was not already applied.
void Apply()Undo()
Section titled “Undo()”Undoes the hook if it was applied.
void Undo()