MetalamaAPI documentationIntrospection APIMetalama.​Framework.​WorkspacesWorkspace­CollectionLoad
Open sandboxFocus

WorkspaceCollection.Load Method

Load(String[])

Loads a set of projects of solutions into a Workspace, or returns an existing workspace if the method has been previously called with the exact same parameters.

Declaration
public Workspace Load(params string[] paths)
Parameters
Type Name Description
String[] paths

A list of project or solution paths.

Returns
Type Description
Workspace

A Workspace where all specified project or solutions, and their dependencies, have been loaded.