Click or drag to resize

PoolObjectEventArgsT Class

[This is preliminary documentation and is subject to change.]

Contains data for object pooling events.
Inheritance Hierarchy

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class PoolObjectEventArgs<T> : EventArgs, 
	IPoolable, IEventSystemHandler

Type Parameters

T
The type of the object that the event is about.

The PoolObjectEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodPoolObjectEventArgsT
Initialises a new instance of the PoolObjectEventArgsT class.
Public methodPoolObjectEventArgsT(T)
Initialises a new instance of the PoolObjectEventArgsT class.
Top
Properties
  NameDescription
Public propertyInstance
Gets or sets the object that the event refers to.
Top
Methods
  NameDescription
Protected methodAcquireInternal
When implemented in a derived class, performs actions when the object is acquired from an object pool.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseInternal
Performs actions when the object is released back to an object pool.
Public methodToString (Inherited from Object.)
Top
See Also