getMethodInstance

fun getMethodInstance(classLoader: ClassLoader, isStatic: Boolean? = null): Method

Load method from ClassLoader

----------------

ClassLoader 加载方法

Return

Method

Parameters

classLoader

class loader / 类加载器

isStatic

If null, native auto check / 如果为 null,native 自动判断