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
/
staticFieldValueOrNullAs
static
Field
Value
Or
Null
As
fun
<
T
>
Class
<
*
>
.
staticFieldValueOrNullAs
(
fieldName
:
String
,
type
:
Class
<
*
>
?
=
null
)
:
T
?
读取静态字段值并转为指定类型,失败时返回
null
。
Parameters
field
Name
字段名
type
可选字段类型,用于进一步确认匹配结果