Table of Contents

Method CreateProjectInfo

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

CreateProjectInfo(string, string)

Creates a new project without adding it to the solution.

public virtual 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.