sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.plugin
/
Plugins
/
loadDex
load
Dex
abstract
fun
loadDex
(
dexFile
:
ScriptFile
,
soPath
:
ScriptFile
?
,
priority
:
Int
)
:
DexPlugin
将 dex 文件作为插件加载到脚本中.
Return
加载到脚本的
DexPlugin
对象
Parameters
dex
File
dex 文件
so
Path
so库路径
priority
优先级, 数字越大越优先加载