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
universeMetadataUniverse- The metadata universe to use for loading assemblies.
Returns
Exceptions
- ArgumentNullException
- Thrown when
universeisnull.
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.
