# LibTmux.Internal.RelationReader

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

Reads one live relation and rebuilds owned entity handles.

Relation reads go through the same projection and materializer as a
snapshot, so a live child carries the same fields a captured one does.

## Members

- `ListAsync` (method)
- `CapturedSession` (method) — Reads the session a handle was materialized in.
- `FindAsync` (method) — Reads the one entity a tmux identifier resolves to.
- `ToWindow` (method)
- `ToPane` (method)
- `ToSession` (method)
