Click or drag to resize

MetadataReaderRead Method

Reads the export info and metadata from the specified assembly.

Namespace: TomsToolbox.Composition
Assembly: TomsToolbox.Composition (in TomsToolbox.Composition.dll) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static IList<ExportInfo> Read(
	Assembly assembly
)

Parameters

assembly  Assembly
The assembly.

Return Value

IListExportInfo
The export info for each type with an export attribute in the assembly.
See Also