# LibTmux.TmuxCommandResult

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Transport/TmuxCommandResult.cs#L6
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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)
