Table of Contents

Method ResolvePath

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

ResolvePath(DotNetProject, string, out string)

Resolvees project reference path.

public static bool ResolvePath(DotNetProject project, string reference, out string path)

Parameters

project DotNetProject

Project containing reference to resolve.

reference string

Reference to the assembly name.

path string

Receives resolved path.

Returns

bool

True if the reference was resolved;otherwise false.