Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: Il2Cpp.Type

    Methods

    • Gets the element at the given index.

      Parameters

      • index: number

      Returns T

    • Reads the given amount of elements starting at the given offset.

      Parameters

      • length: number
      • Optionaloffset: number

      Returns T[]

    • Sets the given element at the given index

      Parameters

      • index: number
      • value: T

      Returns void

    • Returns string

    • Writes the given elements starting at the given index.

      Parameters

      • values: T[]
      • Optionaloffset: number

      Returns void