Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: Il2Cpp.Type

    Methods

    • Gets the non-static method with the given name (and optionally parameter count) of the current class hierarchy.

      Type Parameters

      Parameters

      • name: string
      • OptionalparameterCount: number

      Returns BoundMethod<T>

    • Returns string

    • Gets the non-static method with the given name (and optionally parameter count) of the current class hierarchy, if it exists.

      Type Parameters

      Parameters

      • name: string
      • OptionalparameterCount: number

      Returns BoundMethod<T>