Table of Contents

Method RegisterAssembly

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

RegisterAssembly(Assembly)

Adds specified assembly for code completion to the assembly list.

public virtual void RegisterAssembly(Assembly assembly)

Parameters

assembly Assembly

Specifies registered assembly.

RegisterAssembly(string)

Adds specified assembly for code completion to the assembly list.

public virtual bool RegisterAssembly(string name)

Parameters

name string

Specifies name of the assembly.

Returns

bool