EzHookTool
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
EzHookTool
hook-xposed-82
/
io.github.lingqiqi5211.ezhooktool.xposed.dsl
/
fieldValueByTypeOrNullAs
field
Value
By
Type
Or
Null
As
fun
<
T
>
Any
.
fieldValueByTypeOrNullAs
(
type
:
Class
<
*
>
,
isStatic
:
Boolean
=
false
)
:
T
?
按字段类型读取字段值并转为指定类型,失败时返回
null
。
Parameters
type
字段类型
is
Static
是否读取静态字段