DocumentationContextBuilder<TContext>.LoadAssembliesFromPaths Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Loads assemblies from the configured assembly paths.
protected virtual HashSet<IAssembly> LoadAssembliesFromPaths(MetadataUniverse universe)

Parameters

universe MetadataUniverse
The metadata universe to use for loading assemblies.

Returns

HashSet<IAssembly>
A set of IAssembly instances loaded from the specified paths.

Exceptions

ArgumentNullException
Thrown when universe is null.

Remarks

This method loads assemblies from the paths specified in AssemblyPaths. If the same assembly is specified multiple times using different paths, it will be loaded and returned only once.