# LibTmux.TmuxHooks.BuildRunArguments

- **Module:** LibTmux.TmuxHooks
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Hooks/TmuxHooks.cs#L127
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxhooks-buildrunarguments/

```
LibTmux.TmuxHooks.BuildRunArguments(request: HookRequest) -> List<string>
```

Builds the arguments running a hook sends.

A hook request names a hook without saying what to do with it, and
running one is a different tmux command from removing it, so each is
built separately rather than by one that has to guess.
