# LibTmux.TmuxBuffer

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