EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
staticField
static
Field
fun
Class
<
*
>
.
staticField
(
name
:
String
,
type
:
Class
<
*
>
?
=
null
)
:
Field
获取静态字段。
val f = clz.staticField("TAG")
Content copied to clipboard
Parameters
name
字段名
type
可选字段类型,用于进一步约束匹配结果