Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get id(): number

      Gets the native id of the current thread.

      Returns number

    • get internal(): Il2Cpp.Object

      Gets the encompassing internal object (System.Threding.InternalThreead) of the current thread.

      Returns Il2Cpp.Object

    • get isFinalizer(): boolean

      Determines whether the current thread is the garbage collector finalizer one.

      Returns boolean

    • get managedId(): number

      Gets the managed id of the current thread.

      Returns number

    Methods

    • Detaches the thread from the application domain.

      Returns void

    • Schedules a callback on the current thread.

      Type Parameters

      • T

      Parameters

      • block: () => T

      Returns Promise<T>