SolutionInfo Class

Definition

A class that represents all the arguments necessary to create a new solution instance.

public ref class SolutionInfo sealed
public sealed class SolutionInfo
type SolutionInfo = class
Public NotInheritable Class SolutionInfo
Inheritance
SolutionInfo

Properties

AnalyzerReferences

The analyzers initially associated with this solution.

FilePath

The path to the solution file, or null if there is no solution file.

Id

The unique Id of the solution.

Projects

A list of projects initially associated with the solution.

Version

The version of the solution.

Methods

Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>)

Create a new instance of a SolutionInfo.

Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>, IEnumerable<AnalyzerReference>)

Create a new instance of a SolutionInfo.

Applies to