Namespace Dalamud.Hooking
Classes
Hook<T>
Manages a hook which can be used to intercept a call to native function. This class is basically a thin wrapper around the LocalHook type to provide helper functions.
Interfaces
IDalamudHook
Interface describing a generic hook.