Table of Contents

Method RegisterAssembly

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

RegisterAssembly(string, ProjectId)

Registers assembly in the project.

public virtual bool RegisterAssembly(string name, ProjectId projectId = null)

Parameters

name string

Assembly name.

projectId ProjectId

Specifies project to add reference to.

Returns

bool

True if succeed otherwise false.