EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
staticFieldOrNull
static
Field
Or
Null
fun
Class
<
*
>
.
staticFieldOrNull
(
name
:
String
,
type
:
Class
<
*
>
?
=
null
)
:
Field
?
获取静态字段,找不到返回 null。
Parameters
name
字段名
type
可选字段类型,用于进一步约束匹配结果