MetadataUniverse Constructor

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the MetadataUniverse class.
public MetadataUniverse(IEnumerable<string> assemblyPaths, bool includeTrustedPlatformAssemblies = true)

Parameters

assemblyPaths IEnumerable<string>
The assembly file paths to be used by the resolver.
includeTrustedPlatformAssemblies bool optional
Indicates whether to include trusted platform assemblies.

Exceptions

ArgumentNullException
Thrown when assemblyPaths is null.