Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    • Iterable<T>
    Index

    Constructors

    Properties

    Accessors

    • get elementSize(): number

      Gets the size of the object encompassed by the current array.

      Returns number

    • get elementType(): Il2Cpp.Type

      Gets the type of the object encompassed by the current array.

      Returns Il2Cpp.Type

    • get headerSize(): number

      Gets the Il2CppArray struct size, possibly equal to Process.pointerSize * 4.

      Returns number

    • get length(): number

      Gets the total number of elements in all the dimensions of the current array.

      Returns number

    Methods

    • Iterable.

      Returns IterableIterator<T>

    • Gets the element at the specified index of the current array.

      Parameters

      • index: number

      Returns T

    • Sets the element at the specified index of the current array.

      Parameters

      • index: number
      • value: T

      Returns void

    • Returns string