EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
ReflectScope
/
toClassOrNull
to
Class
Or
Null
fun
String
.
toClassOrNull
(
)
:
Class
<
*
>
?
在当前作用域的
classLoader
上把类名字符串解析为
Class
,失败返回
null
。