Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get assembly(): Assembly

      Gets the assembly in which the current image is defined.

      Returns Assembly

    • get classCount(): number

      Gets the amount of classes defined in this image.

      Returns number

    • get classes(): Class[]

      Gets the classes defined in this image.

      Returns Class[]

    • get name(): string

      Gets the name of this image.

      Returns string

    Methods

    • Gets the class with the specified name defined in this image.

      Parameters

      • name: string

      Returns Class

    • Gets the class with the specified name defined in this image.

      Parameters

      • name: string

      Returns Class