# LibTmux.HookRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/HookRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-hookrequest/

Describes one hook to read, run, or unset.

## Members

- `HookRequest` (method): Initializes a request naming one hook.
- `Name` (property): Gets the hook name.
- `Scope` (property): Gets the scope to reach it in, or null for the owner's own.
- `Global` (property): Gets whether the global table is used instead of the local one.
