# LibTmux.Workspace.WorkspaceResult

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