Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get class(): Class

      Gets the class in which this method is defined.

      Returns Class

    • get flags(): number

      Gets the flags of the current method.

      Returns number

    • get generics(): Class[]

      Gets the generic parameters of this generic method.

      Returns Class[]

    • get implementationFlags(): number

      Gets the implementation flags of the current method.

      Returns number

    • get isExternal(): boolean

      Determines whether this method is external.

      Returns boolean

    • get isGeneric(): boolean

      Determines whether this method is generic.

      Returns boolean

    • get isInflated(): boolean

      Determines whether this method is inflated (generic with a concrete type parameter).

      Returns boolean

    • get isStatic(): boolean

      Determines whether this method is static.

      Returns boolean

    • get isSynchronized(): boolean

      Determines whether this method is synchronized.

      Returns boolean

    • get modifier(): string

      Gets the access modifier of this method.

      Returns string

    • get name(): string

      Gets the name of this method.

      Returns string

    • get parameterCount(): number

      Gets the amount of parameters of this method.

      Returns number

    Methods

    • Gets the overloaded method with the given parameter types.

      Parameters

      • ...typeNamesOrClasses: (string | Class)[]

      Returns Il2Cpp.Method<T>

    • Restore the original method implementation.

      Returns void

    • Returns string