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
/
loadClassOrNull
load
Class
Or
Null
fun
loadClassOrNull
(
name
:
String
)
:
Class
<
*
>
?
在当前作用域的
classLoader
上加载类,找不到时返回
null
。