Table of Contents

Method UnregisterAssembly

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

UnregisterAssembly(string, ProjectId)

Unregisters assembly from the project.

public bool UnregisterAssembly(string name, ProjectId projectId = null)

Parameters

name string

Assembly name.

projectId ProjectId

Specifies project to remove reference from.

Returns

bool

True if assembly has been unregistered, otherwise false.