Click or drag to resize

ExtensionMethods Class

Extension methods for Ninject DI
Inheritance Hierarchy
SystemObject
  TomsToolbox.Composition.NinjectExtensionMethods

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

The ExtensionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodBindExports(IKernel, IEnumerableAssembly) Binds the exports of the specified assemblies to the kernel.
Public Extension MethodBindExports(IKernel, IEnumerableExportInfo) Binds the specified exports to the kernel.
Public Extension MethodBindExports(IKernel, Assembly) Binds the exports of the specified assemblies to the kernel.
Top
See Also