Table of Contents

Method RegisterAssembly

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

RegisterAssembly(string, ProjectId)

When implemented by a class, registers assembly in the project.

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.