NDoc 1.3.1 SDK

Project.ReferencePaths Property

Gets a collection of directories that will be probed when attempting to load assemblies.

[Visual Basic]
Public Property ReadOnly ReferencePaths As ReferencePathCollection
[C#]
public ReferencePathCollection ReferencePaths { get; }
[C++]
public: __property ReferencePathCollection* get_ReferencePaths();
[JScript]
public function get ReferencePaths() : ReferencePathCollection

See Also

Project Class | NDoc.Core Namespace