# LibTmux.RunShellRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/RunShellRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-runshellrequest/

Describes one <c>run-shell</c> invocation.

## Members

- `RunShellRequest` (method) — Initializes a shell command.
- `Command` (property) — Gets the command to run.
- `Arguments` (property) — Gets arguments passed to it without a shell in between.
- `Background` (property) — Gets whether tmux returns without waiting for it.
- `Delay` (property) — Gets how long tmux waits before starting it.
- `AsTmuxCommand` (property) — Gets whether the text is a tmux command rather than a shell one.
- `TargetPane` (property) — Gets the pane the command runs against.
- `WorkingDirectory` (property) — Gets the directory it starts in.
- `ShowStandardError` (property) — Gets whether its error output is shown too.
