Table of Contents

Method UnregisterAssemblies

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

UnregisterAssemblies(string[], ProjectId)

When implemented by a class, unregisters assemblies from the project.

bool UnregisterAssemblies(string[] references, ProjectId projectId = null)

Parameters

references string[]

List of assembly names.

projectId ProjectId

Specifies project to remove references from.

Returns

bool

True if succeed otherwise false.