ObjectPoolEnumerator Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.ObjectPoolEnumerator"]

Inheritance Hierarchy

System.Object
  Rage.PoolEnumerator<Object>
    Rage.SimplePoolEnumerator<Object>
      Rage.ObjectPoolEnumerator

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public class ObjectPoolEnumerator : SimplePoolEnumerator<Object>

The ObjectPoolEnumerator type exposes the following members.

Constructors

  NameDescription
Public methodObjectPoolEnumerator
Initializes a new instance of the ObjectPoolEnumerator class
Top
Properties

  NameDescription
Public propertyCurrent (Inherited from PoolEnumerator<HT>.)
Public propertyCurrent2 (Inherited from PoolEnumerator<HT>.)
Protected propertyPool (Inherited from PoolEnumerator<HT>.)
Top
Methods

  NameDescription
Public methodDispose() (Inherited from PoolEnumerator<HT>.)
Protected methodDispose(Boolean) (Inherited from PoolEnumerator<HT>.)
Public methodGetEnumerator (Inherited from PoolEnumerator<HT>.)
Public methodGetEnumerator2 (Inherited from PoolEnumerator<HT>.)
Protected methodGetHandleableByAddress (Overrides PoolEnumerator<HT>.GetHandleableByAddress(UInt64).)
Protected methodGetPoolCapacity (Inherited from SimplePoolEnumerator<HT>.)
Protected methodHasBeenModified (Inherited from SimplePoolEnumerator<HT>.)
Protected methodInitialize (Inherited from SimplePoolEnumerator<HT>.)
Protected methodIsItemValid (Overrides PoolEnumerator<HT>.IsItemValid(UInt64).)
Public methodMoveNext (Inherited from PoolEnumerator<HT>.)
Public methodReset (Inherited from PoolEnumerator<HT>.)
Protected methodTryGetItemAtIndex (Inherited from SimplePoolEnumerator<HT>.)
Top
See Also

Reference