DocumentAddressProvider.Assemblies Property

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the assemblies being documented.
public IReadOnlyCollection<IAssembly> Assemblies { get; }

Property Value

IReadOnlyCollection<IAssembly>
A read-only collection of IAssembly instances representing the assemblies being documented.

Remarks

The code elements (namespaces, types, and members) that belong to these assemblies are considered internal and will have their documentation URLs resolved using the configured addressing strategy.

Code elements that do not belong to these assemblies are considered external and will have their documentation URLs resolved using the external documentation URL resolvers configured in the DocumentAddressProvider.ExternalReferences collection.