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
assemblyPathsIEnumerable<string>- The assembly file paths to be used by the resolver.
includeTrustedPlatformAssembliesbool optional- Indicates whether to include trusted platform assemblies.
Exceptions
- ArgumentNullException
- Thrown when
assemblyPathsisnull.
