Method ResolvePath
ResolvePath(DotNetProject, string, out string)
Resolvees project reference path.
public static bool ResolvePath(DotNetProject project, string reference, out string path)
Parameters
project
DotNetProjectProject containing reference to resolve.
reference
stringReference to the assembly name.
path
stringReceives resolved path.
Returns
- bool
True if the reference was resolved;otherwise false.