Skip to main content

Namespace Dalamud.Hooking

Classes

AsmHook

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.

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.

Enums

AsmHookBehaviour

Defines the behaviour used by the Dalamud.Hooking.AsmHook. This is equivalent to the same enumeration in Reloaded and is included so you do not have to reference the assembly.