Container Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

The Container type exposes the following members.

Methods

  Name Description
Public methodStatic member Resolved<T>()
Indicates a type to be resolved from a container.
Public methodStatic member Resolved<T>(String)
Indicates a type to be resolved by name from a container.
Public methodStatic member ResolvedEnumerable<T>
Indicates an enumerable set to be resolved from a container using the names supplied in names.
Public methodStatic member ResolvedIfNotNull<T>
Indicates a type to be resolved by name from a container, if the name is not null.

See Also

Container Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel Namespace