# LibTmux.TmuxBuffer

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Utilities/TmuxBuffer.cs#L9
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxbuffer/

One tmux paste buffer.

tmux lists a buffer's size and the start of its contents, not the whole
thing. Reading a buffer in full is a separate command, so what is listed is
enough to choose between buffers rather than to use one.

## Members

- `TmuxBuffer` (method) — Initializes one buffer.
- `Name` (property) — Gets the buffer name.
- `Size` (property) — Gets how many bytes it holds.
- `Sample` (property) — Gets the start of its contents, as tmux chose to show it.
