The XObjectPool type exposes the following members.
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.) |