DocumentationContextBuilder<TContext>.CreateMetadataUniverse Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates the metadata universe based on the configured assembly paths.
protected virtual MetadataUniverse CreateMetadataUniverse()Returns
- MetadataUniverse
- An instance of MetadataUniverse representing the metadata universe.
Remarks
This method initializes the metadata universe with the directories of the specified assembly paths. It allows the universe to probe for assemblies and metadata in those directories, and load them as needed without executing any code in the assemblies.
