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
/
findClass
find
Class
fun
findClass
(
name
:
String
)
:
Class
<
*
>
在当前作用域的
classLoader
上查找类,找不到时抛异常。
@
JvmName
(
name
=
"findClassFromString"
)
fun
String
.
findClass
(
)
:
Class
<
*
>
在当前作用域的
classLoader
上按类名查找
Class
。