# LibTmux.TmuxBuffer.TmuxBuffer

- **Module:** LibTmux.TmuxBuffer
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Utilities/TmuxBuffer.cs#L15
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxbuffer-tmuxbuffer/

```
LibTmux.TmuxBuffer.TmuxBuffer(name: string, size: long, sample: string?)
```

Initializes one buffer.

## Parameters

- `name` (string): The buffer name.
- `size` (long): How many bytes it holds.
- `sample` (string?): The start of its contents, as tmux chose to show it.
