Skip to main content
Version: 14.x (API 14) [Legacy]

Interface IDalamudHook

Interface describing a generic hook.

Assembly: Dalamud.dll
Declaration
public interface IDalamudHook : IDisposable

Derived:
Dalamud.Hooking.AsmHook, Dalamud.Hooking.Hook<T>

Properties

Address

Gets the address to hook.

Declaration
nint Address { get; }

IsEnabled

Gets a value indicating whether the hook is enabled.

Declaration
bool IsEnabled { get; }

IsDisposed

Gets a value indicating whether the hook is disposed.

Declaration
bool IsDisposed { get; }

BackendName

Gets the name of the hooking backend used for the hook.

Declaration
string BackendName { get; }