# LibTmux.TmuxInvocation.Arguments

- **Module:** LibTmux.TmuxInvocation
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Transport/TmuxInterceptor.cs#L38
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxinvocation-arguments/

Gets the arguments tmux receives.

These follow the socket and configuration flags, which the connection
adds itself, and match <see cref="TmuxCommandResult.Arguments" /> on a
result tmux produced. Grouped commands are separated by a <c>;</c>
argument.
