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