Click or drag to resize

ExtensionMethodsBindExports Method (IKernel, IEnumerableAssembly)

Binds the exports of the specified assemblies to the kernel.

Namespace:  TomsToolbox.Composition.Ninject
Assembly:  TomsToolbox.Composition.Ninject (in TomsToolbox.Composition.Ninject.dll)
Syntax
public static void BindExports(
	this IKernel kernel,
	IEnumerable<Assembly> assemblies
)

Parameters

kernel
Type: IKernel
The kernel.
assemblies
Type: System.Collections.GenericIEnumerableAssembly
The assemblies.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IKernel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also