Interface IDalamudHook
Interface describing a generic hook.
Assembly: Dalamud.dll
Declaration
public interface IDalamudHook : IDisposable
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; }