Interface IDalamudHook
Interface describing a generic hook.
Assembly: Dalamud.dll
View Source
Declaration
public interface IDalamudHook : IDisposable
Properties
Address
Gets the address to hook.
View Source
Declaration
nint Address { get; }
IsEnabled
Gets a value indicating whether or not the hook is enabled.
View Source
Declaration
bool IsEnabled { get; }
IsDisposed
Gets a value indicating whether or not the hook is disposed.
View Source
Declaration
bool IsDisposed { get; }
BackendName
Gets the name of the hooking backend used for the hook.
View Source
Declaration
string BackendName { get; }