Table of Contents

Method AddProject

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

AddProject(string, string)

When implemented by a class, adds project to the solution

ProjectId AddProject(string projectName, string projectPath)

Parameters

projectName string

Project name

projectPath string

Project path

Returns

ProjectId

AddProject(ProjectInfo)

When implemented by a class, adds a new project to this solution

ProjectId AddProject(ProjectInfo projectInfo)

Parameters

projectInfo ProjectInfo

ProjectInfo representing newly created project.

Returns

ProjectId

Microsoft.CodeAnalysis.ProjectId that is created.