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
/
fieldValueByTypeOrNull
field
Value
By
Type
Or
Null
fun
Any
.
fieldValueByTypeOrNull
(
type
:
Class
<
*
>
,
isStatic
:
Boolean
=
false
)
:
Any
?
按字段类型读取字段值,失败时返回
null
。
Parameters
type
字段类型
is
Static
是否读取静态字段