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
/
findConstructorOrNull
find
Constructor
Or
Null
fun
String
.
findConstructorOrNull
(
query
:
ConstructorQuery
.
(
)
->
Unit
)
:
Constructor
<
*
>
?
在当前作用域的
classLoader
上按查询条件查找构造器,找不到返回
null
。