NDepend.API Documentation
DirectoriesAbsolute Property
NDepend.Project Namespace > IProjectCodeToAnalyze Interface : DirectoriesAbsolute Property
Gets a read-only list of absolute directories paths where to search for assemblies.
Syntax
IReadOnlyList<IAbsoluteDirectoryPath> DirectoriesAbsolute {get;}
Remarks
Return a read-only list of Directories resolved as absolute, in the context of the current machine and the current project.
In this situation, if a directory cannot be resolved to absolute (like for example the relative directory "..\..\Dir0" cannot be resolved from "C:\Dir1\Project.ndproj"), it doesn't appears in the returned collection of paths.
The list returned is a read-only clone. Hence it doesn't reflect any modification in the original collection.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectCodeToAnalyze Interface
IProjectCodeToAnalyze Members