PoolObjectReleasedEventArgs<T> Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public class PoolObjectReleasedEventArgs<T> : PoolObjectEventArgs<T>
The PoolObjectReleasedEventArgs< T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | PoolObjectReleasedEventArgs<T>() |
Initialises a new instance of the PoolObjectReleasedEventArgs< T> class.
|
![]() | PoolObjectReleasedEventArgs<T>(T, Boolean) |
Initialises a new instance of the PoolObjectReleasedEventArgs< T> class.
|
Name | Description | |
---|---|---|
![]() | Destroying |
Gets or sets a value indicating whether the released object is about to be destroyed.
|
![]() | Instance |
Gets or sets the object that the event refers to.
(Inherited from PoolObjectEventArgs<T>.) |
Name | Description | |
---|---|---|
![]() | AcquireInternal |
When implemented in a derived class, performs actions when the object is acquired from an object pool.
(Inherited from PoolObjectEventArgs<T>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseInternal |
Performs actions when the object is released back to an object pool.
(Overrides PoolObjectEventArgs<T>.ReleaseInternal().) |
![]() | ToString | (Inherited from Object.) |