# LibTmux.Internal.MaterializationQuery

- **Module:** LibTmux.Internal
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Materialization/TmuxMaterializationQuery.cs#L13
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-materializationquery/

Runs one tmux read and materializes its framed rows.

A listing enumerates children; a single-target read asks tmux to resolve
one identifier. Both render the same projection, so a row means the same
thing whichever produced it.

## Members

- `MaterializationQuery` (method)
- `FetchAsync` (method) — Fetches every row one tmux list command reports.
- `FetchOneAsync` (method) — Fetches the row for exactly one tmux entity.
