Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ContainerConfiguration Class

.NET Framework (current version)
 

Configures and constructs a lightweight container.

Namespace:   System.Composition.Hosting
Assembly:  System.Composition.TypedParts (in System.Composition.TypedParts.dll)

System::Object
System.Composition.Hosting::ContainerConfiguration

public ref class ContainerConfiguration 

NameDescription
System_CAPS_pubmethodContainerConfiguration()

Initializes a new instance of the ContainerConfiguration class.

NameDescription
System_CAPS_pubmethodCreateContainer()

Creates the container.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWithAssemblies(IEnumerable<Assembly^>^)

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

System_CAPS_pubmethodWithAssemblies(IEnumerable<Assembly^>^, AttributedModelProvider^)

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

System_CAPS_pubmethodWithAssembly(Assembly^)

Adds part types from the specified assembly to the container.

System_CAPS_pubmethodWithAssembly(Assembly^, AttributedModelProvider^)

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

System_CAPS_pubmethodWithDefaultConventions(AttributedModelProvider^)

Specifies the default conventions to use for added parts.

System_CAPS_pubmethodWithPart(Type^)

Adds a specified part type to the container.

System_CAPS_pubmethodWithPart(Type^, AttributedModelProvider^)

Adds a specified part type to the container.

System_CAPS_pubmethodWithPart<TPart>()

Adds the specified generic type to the container.

System_CAPS_pubmethodWithPart<TPart>(AttributedModelProvider^)

Adds the specified generic type to the container.

System_CAPS_pubmethodWithParts(IEnumerable<Type^>^)

Adds the specified part types to the container.

System_CAPS_pubmethodWithParts(IEnumerable<Type^>^, AttributedModelProvider^)

Adds the specified part types to the container.

System_CAPS_pubmethodWithParts(array<Type^>^)

Adds the specified array of part types to the container.

System_CAPS_pubmethodWithProvider(ExportDescriptorProvider^)

Adds the specified provider to the container.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft