Container Members
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. |
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 | Overloaded. (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. | |
ReferenceEquals | (inherited from Object) | |
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. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top