Method UnregisterAssemblies
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
UnregisterAssemblies(string[], ProjectId)
Unregisters assemblies from the project.
public bool UnregisterAssemblies(string[] references, ProjectId projectId = null)
Parameters
references
string[]List of assembly name.
projectId
ProjectIdSpecifies project to remove reference from.
Returns
- bool
True if succeed otherwise false.