LifetimeContainer 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 Unity Application Block information can be found at the Unity Application Block site. |
The LifetimeContainer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LifetimeContainer |
Methods
Name | Description | |
---|---|---|
Add |
Adds an object to the lifetime container.
|
|
Contains |
Determine if a given object is in the lifetime container.
|
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the lifetime container.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes an item from the lifetime container. The item is not disposed.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of references in the lifetime container
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the lifetime container.
|