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)
Syntax
public static IList<ExportInfo> Read(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly.

Return Value

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