Table of Contents

Method AddReference

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

AddReference(string, string?)

Adds specified reference to the project.

public bool AddReference(string reference, string? hintPath = null)

Parameters

reference string

Reference to add.

hintPath string

HintPath to add.

Returns

bool

True is succeed; otherwise false.