ContainerConfiguration Class

Definition

Configures and constructs a lightweight container.

public ref class ContainerConfiguration
public class ContainerConfiguration
type ContainerConfiguration = class
Public Class ContainerConfiguration
Inheritance
ContainerConfiguration

Constructors

ContainerConfiguration()

Initializes a new instance of the ContainerConfiguration class.

Methods

CreateContainer()

Creates the container.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
WithAssemblies(IEnumerable<Assembly>)

Adds part types from the specified collection of assemblies to the container.

WithAssemblies(IEnumerable<Assembly>, AttributedModelProvider)

Adds part types from the specified collection of assemblies to the container, using the specified conventions.

WithAssembly(Assembly)

Adds part types from the specified assembly to the container.

WithAssembly(Assembly, AttributedModelProvider)

Adds part types from the specified assembly to the container, using the specified conventions.

WithDefaultConventions(AttributedModelProvider)

Specifies the default conventions to use for added parts.

WithExport(Type, Object)

Add a single instance to the container.

WithExport(Type, Object, String, IDictionary<String,Object>)

Add a single instance to the container.

WithExport<TExport>(TExport)

Add a single instance to the container.

WithExport<TExport>(TExport, String, IDictionary<String,Object>)

Add a single instance to the container.

WithPart(Type)

Adds a specified part type to the container.

WithPart(Type, AttributedModelProvider)

Adds a specified part type to the container.

WithPart<TPart>()

Adds the specified type to the container.

WithPart<TPart>(AttributedModelProvider)

Adds the specified type to the container using the specified conventions.

WithParts(IEnumerable<Type>)

Adds the specified part types to the container.

WithParts(IEnumerable<Type>, AttributedModelProvider)

Adds the specified part types to the container using the specified conventions.

WithParts(Type[])

Adds the specified array of part types to the container.

WithProvider(ExportDescriptorProvider)

Adds the specified provider to the container.

Applies to