Table of Contents

Method CreateProjectInfo

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

CreateProjectInfo(string, string)

When implemented by a class, creates a new project without adding it to the solution.

ProjectInfo CreateProjectInfo(string projectName, string projectPath)

Parameters

projectName string

Name of newly created project.

projectPath string

Path of newly created project.

Returns

ProjectInfo

Microsoft.CodeAnalysis.ProjectId that is created.