EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
invokeMethodAutoAs
invoke
Method
Auto
As
fun
<
T
>
Any
.
invokeMethodAutoAs
(
methodName
:
String
,
vararg
args
:
Any
?
)
:
T
?
类型安全的自动匹配调用。
val name: String = instance.invokeMethodAutoAs("getName")
Content copied to clipboard