EzHookTool
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
EzHookTool
hook-xposed-101
/
io.github.lingqiqi5211.ezhooktool.xposed.dsl
/
getValueByField
get
Value
By
Field
fun
getValueByField
(
target
:
Any
,
fieldName
:
String
,
clazz
:
Class
<
*
>
?
=
null
)
:
Any
?
递归读取实例字段。
优先读取当前类,找不到时继续查父类;全部找不到时返回
null
。
Parameters
target
目标实例
field
Name
字段名
clazz
当前查找类,通常不需要手动传入