Method CloseProject
CloseProject(string, string)
Unregisters the project for the code analysis APIs.
public static bool CloseProject(string extension, string projectName)
Parameters
extensionstringProject's default file extension, like ".cs".
projectNamestringName of the project to close.
Returns
- bool
True if project can be closed; otherwise, false.