Frida Docs Unified
    Preparing search index...

    Interface EnumerateMethodsMatchClass

    Class matching query which has one or more matching methods.

    interface EnumerateMethodsMatchClass {
        methods: [string, ...string[]];
        name: string;
    }
    Index

    Properties

    Properties

    methods: [string, ...string[]]

    One or more matching method names, each followed by signature when the s modifier is used.

    name: string

    Class name that matched the given query.