Table of Contents

Method UnregisterAssembly

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

UnregisterAssembly(Assembly, bool)

Removes specified assembly from the assembly list.

public virtual bool UnregisterAssembly(Assembly assembly, bool removeReferences)

Parameters

assembly Assembly

Specifies assembly to remove.

removeReferences bool

Indicates 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)

Removes specified assembly from the assembly list.

public virtual bool UnregisterAssembly(string name, bool removeReferences)

Parameters

name string

Specifies name of assembly to remove.

removeReferences bool

Indicates whether all types from the specified assembly should be unregistered.

Returns

bool

True if succeed (assembly is present in the assembly list); otherwise false.