# LibTmux.TmuxCommandResult

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Transport/TmuxCommandResult.cs#L6
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxcommandresult/

Contains the inspectable result of one raw tmux command.

## Members

- `TmuxCommandResult` (method) — Initializes a command result.
- `Arguments` (property) — Gets the logical tmux arguments.
- `ExitCode` (property) — Gets the client exit code.
- `StandardOutput` (property) — Gets the exact standard-output bytes.
- `StandardError` (property) — Gets the exact standard-error bytes.
- `StandardOutputLines` (property) — Gets the projected standard-output lines.
- `StandardErrorLines` (property) — Gets the projected standard-error lines.
- `Equals` (method)
- `GetHashCode` (method)
