Click or drag to resize

ExportProvider Class

Implements the IExportProvider interface for the Ninject DI container
Inheritance Hierarchy
SystemObject
  TomsToolbox.Composition.NinjectExportProvider

Namespace:  TomsToolbox.Composition.Ninject
Assembly:  TomsToolbox.Composition.Ninject (in TomsToolbox.Composition.Ninject.dll)
Syntax
public class ExportProvider : IExportProvider

The ExportProvider type exposes the following members.

Constructors
  NameDescription
Public methodExportProvider
Initializes a new instance of the ExportProvider class.
Top
Events
  NameDescription
Public eventExportsChanged
Occurs when the exports in the IExportProvider change.
Top
Fields
  NameDescription
Public fieldStatic memberExportMetadataKey
The key under which the export metadata is stored.
Top
Extension Methods
See Also