EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
methodOrNull
method
Or
Null
fun
Class
<
*
>
.
methodOrNull
(
name
:
String
,
argTypes
:
ArgTypes
=
argTypes()
,
returnType
:
Class
<
*
>
?
=
null
)
:
Method
?
按名称获取方法,找不到返回 null。