Click or drag to resize

ExportProviderAdapter Class

An IExportProvider adapter for the MEF 2 CompositionContext
Inheritance Hierarchy
SystemObject
  TomsToolbox.Composition.Mef2ExportProviderAdapter

Namespace: TomsToolbox.Composition.Mef2
Assembly: TomsToolbox.Composition.Mef2 (in TomsToolbox.Composition.Mef2.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class ExportProviderAdapter : IExportProvider

The ExportProviderAdapter type exposes the following members.

Constructors
 NameDescription
Public methodExportProviderAdapter Initializes a new instance of the ExportProviderAdapter class.
Top
Events
 NameDescription
Public eventExportsChanged Occurs when the exports in the IExportProvider change. Not supported by all implementations.
Top
Extension Methods
 NameDescription
Public Extension MethodGetExportsTMetadataView Gets the exports for the specified parameters.
(Defined by ExtensionMethods)
Public Extension MethodGetExportsTMetadataView Gets the exports for the specified parameters.
(Defined by ExtensionMethods)
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Public Extension MethodTryGetExportedValueT Tries to the get exported value.
(Defined by ExtensionMethods)
Top
See Also