Table of Contents

Constructor ProjectReference

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

ProjectReference(string)

Initializes a new instance of the ProjectReference class with specified name.

public ProjectReference(string name)

Parameters

name string

Name of the project.

ProjectReference(string, string, string)

Initializes a new instance of the ProjectReference class with specified parameters.

public ProjectReference(string name, string path, string guid)

Parameters

name string

Name of the project.

path string

Path of the project.

guid string

GUID of the project.