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
/
findFirstClassOrNull
find
First
Class
Or
Null
fun
findFirstClassOrNull
(
vararg
names
:
String
)
:
Class
<
*
>
?
按多个候选类名依次查找,全部失败时返回
null
。