Table of Contents

Method CloseProject

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

CloseProject(string, string)

Unregisters the project for the code analysis APIs.

public static bool CloseProject(string extension, string projectName)

Parameters

extension string

Project's default file extension, like ".cs".

projectName string

Name of the project to close.

Returns

bool

True if project can be closed; otherwise, false.