# LibTmux.Workspace.WorkspaceResult.WorkspaceResult

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

```
LibTmux.Workspace.WorkspaceResult.WorkspaceResult(Session: Session, Windows: IReadOnlyList<Window>, Unsupported: IReadOnlyList<string>)
```

Initializes a workspace result.

## Parameters

- `Session` (Session) — The session that was built.
- `Windows` (IReadOnlyList<Window>) — The windows, in the order the file listed them.
- `Unsupported` (IReadOnlyList<string>) — The layouts tmux rejected after creating their windows.
