# LibTmux.Workspace.WorkspaceResult

- **Module:** LibTmux.Workspace
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux.Workspace/WorkspaceResult.cs#L6
- **Page:** https://libtmux.org/reference/dotnet/libtmux-workspace-workspaceresult/

Describes workspace state materialized by a build.

## Members

- `WorkspaceResult` (method) — Initializes a workspace result.
- `Session` (property) — Gets the session materialized by the build.
- `Windows` (property) — Gets materialized windows in workspace order.
- `Unsupported` (property) — Gets the layouts tmux rejected after creating their windows.
- `Equals` (method)
- `GetHashCode` (method)
- `Deconstruct` (method) — Deconstructs the result into the built session, windows, and rejected layouts.
