EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
ResolveSession
/
Companion
/
of
of
@
JvmStatic
fun
of
(
clz
:
Class
<
*
>
)
:
ResolveSession
从
Class
创建解析会话。
Parameters
clz
绑定的目标类
@
JvmStatic
fun
of
(
instance
:
Any
)
:
ResolveSession
从实例创建解析会话,并允许后续调用
call
。
Parameters
instance
绑定的目标实例