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
/
fieldValueByTypeAs
field
Value
By
Type
As
fun
<
T
>
Any
.
fieldValueByTypeAs
(
type
:
Class
<
*
>
,
isStatic
:
Boolean
=
false
)
:
T
?
按字段类型读取字段值并转为指定类型。
Parameters
type
字段类型
is
Static
是否读取静态字段