Container Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Encapsulates zero or more components.
The following tables list the members exposed by the Container type.
Public Constructors
Name | Description | |
---|---|---|
Container | Overloaded. Initializes a new instance of the Container class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Features | Returns the features associated with this container instance. |
![]() |
LifetimeManagers | Gets the lifetime managers of this container instance. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
AddService | Overloaded. |
![]() |
Configure | Initializes the container from the stream. |
![]() |
Dispose | Overloaded. Defines a method to release allocated resources. |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetService | Searches for and returns the specified service. |
![]() |
GetServices | Returns all services of the specified type. |
![]() |
GetType | (inherited from Object) |
![]() |
HasService | Determines whether the specified container has the named service. |
![]() |
Initialize | Initializes the current instance when called. |
![]() |
LookupService | Gets the name the specified service is filed under. |
![]() |
RecycleService | Recycles the instance of this service. |
![]() |
RemoveService | Removes the service with the specified name. |
![]() |
RemoveServices | Removes all services from the container. |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. Defines a method to release allocated resources. |
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top