Method UnregisterAssembly
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
UnregisterAssembly(Assembly, bool)
When implemented by a class, removes specified assembly from the assembly list.
bool UnregisterAssembly(Assembly assembly, bool removeReferences)
Parameters
assembly
AssemblySpecifies assembly to remove.
removeReferences
boolIndicates whether all types from the specified assembly should be unregistered.
Returns
- bool
True if succeed (assembly is present in the assembly list); otherwise false.
UnregisterAssembly(string, bool)
When implemented by a class, removes specified assembly from the assembly list.
bool UnregisterAssembly(string name, bool removeReferences)
Parameters
name
stringSpecifies name of assembly to remove.
removeReferences
boolIndicates whether all types from the specified assembly should be unregistered.
Returns
- bool
True if succeed (assembly is present in the assembly list); otherwise false.