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
/
findClassOrNull
find
Class
Or
Null
fun
findClassOrNull
(
name
:
String
)
:
Class
<
*
>
?
在当前作用域的
classLoader
上查找类,找不到时返回
null
。
@
JvmName
(
name
=
"findClassOrNullFromString"
)
fun
String
.
findClassOrNull
(
)
:
Class
<
*
>
?
在当前作用域的
classLoader
上按类名查找
Class
,失败返回
null
。