The XObjectPool type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XObjectPool |
Creates a new instance of the class XObjectPool.
|
Methods
| Name | Description | |
|---|---|---|
| AddObject |
Adds an object in the pool.
| |
| Clear |
Removes all objects from the pool.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetKey |
Gets a key which is connected with an object obj.
| |
| GetObject |
Gets an object which is connected with a key key.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ProcessAllEntries |
Peforms an action with every object in the pool.
| |
| Remove |
Removes an object which is connected with a key key.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets or sets a object which is connected with the key key.
| |
| Objects |
Gets the collection of all object in the pool.
| |
| SyncRoot |
Gets an object which can be used for synchonized access to this instance.
|