NDepend.API Documentation
SetApplicationAssemblies Method
NDepend.Project Namespace > IProjectCodeToAnalyze Interface : SetApplicationAssemblies Method
The sequence of absolute file paths of the application assemblies to analyze.
Set the collection of application assemblies to analyze.
Syntax
void SetApplicationAssemblies( 
   IEnumerable<IAbsoluteFilePath> assembliesPath
)

Parameters

assembliesPath
The sequence of absolute file paths of the application assemblies to analyze.
Remarks
This method resets the IProjectCodeToAnalyzeApplicationAssembliesNames for this project.
Third-party assemblies are inferred from these application assemblies and also application assemblies inferred from IDEFiles.
Directories (absolute or relative to the NDepend project file path) are inferred as well.
.NET Framework directories are also inferred.
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