| MetadataReaderRead Method |
Reads the export info and metadata from the specified assembly.
Namespace: TomsToolbox.CompositionAssembly: 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
)
Public Shared Function Read (
assembly As Assembly
) As IList(Of ExportInfo)
Parameters
- assembly Assembly
- The assembly.
Return Value
IListExportInfoThe export info for each type with an export attribute in the assembly.
See Also