ObjectPoolEnumerator Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  RagePoolEnumeratorObject
    RageSimplePoolEnumeratorObject
      RageObjectPoolEnumerator

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 PoolEnumeratorHT.)
Public propertyCurrent2 (Inherited from PoolEnumeratorHT.)
Protected propertyPool (Inherited from PoolEnumeratorHT.)
Top
Methods

  NameDescription
Public methodDispose (Inherited from PoolEnumeratorHT.)
Protected methodDispose(Boolean) (Inherited from PoolEnumeratorHT.)
Public methodGetEnumerator (Inherited from PoolEnumeratorHT.)
Public methodGetEnumerator2 (Inherited from PoolEnumeratorHT.)
Protected methodGetHandleableByAddress (Overrides PoolEnumeratorHTGetHandleableByAddress(UInt64).)
Protected methodGetPoolCapacity (Inherited from SimplePoolEnumeratorHT.)
Protected methodHasBeenModified (Inherited from SimplePoolEnumeratorHT.)
Protected methodInitialize (Inherited from SimplePoolEnumeratorHT.)
Protected methodIsItemValid (Overrides PoolEnumeratorHTIsItemValid(UInt64).)
Public methodMoveNext (Inherited from PoolEnumeratorHT.)
Public methodReset (Inherited from PoolEnumeratorHT.)
Protected methodTryGetItemAtIndex (Inherited from SimplePoolEnumeratorHT.)
Top
See Also

Reference