Method UnregisterAssembly
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
UnregisterAssembly(Assembly, bool)
Removes specified assembly form the assembly list.
public virtual bool UnregisterAssembly(Assembly assembly, bool removeReferences)
Parameters
assembly
AssemblyAssembly to remove.
removeReferences
boolIndicates whether all references to this assembly should been cleared.
Returns
- bool
True if succeed; otherwise false.
UnregisterAssembly(string, bool)
Removes specified assembly form the assembly list.
public virtual bool UnregisterAssembly(string name, bool removeReferences)
Parameters
name
stringName of assembly to remove.
removeReferences
boolIndicates whether all references to this assembly should been cleared.
Returns
- bool
True if succeed; otherwise false.