# LibTmux.ListHooksRequest

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

Describes one <c>show-hooks</c> invocation.

## Members

- `Scope` (property): Gets the scope to read, or null for the owner's own.
- `Global` (property): Gets whether the global table is read instead of the local one.
- `ToCommand` (method): Returns a hook listing as one tmux command.
