toggle menu
dexkit-android
androidJvm
switch theme
search in API
dexkit-android
/
org.luckypray.dexkit.util
/
InstanceUtil
Instance
Util
object
InstanceUtil
Members
Functions
get
Class
Instance
Link copied to clipboard
fun
getClassInstance
(
classLoader
:
ClassLoader
,
typeName
:
String
)
:
Class
<
*
>
fun
getClassInstance
(
classLoader
:
ClassLoader
,
dexClass
:
DexClass
)
:
Class
<
*
>
get
Constructor
Instance
Link copied to clipboard
fun
getConstructorInstance
(
classLoader
:
ClassLoader
,
dexMethod
:
DexMethod
)
:
Constructor
<
*
>
get
Field
Instance
Link copied to clipboard
fun
getFieldInstance
(
classLoader
:
ClassLoader
,
dexField
:
DexField
)
:
Field
get
Method
Instance
Link copied to clipboard
fun
getMethodInstance
(
classLoader
:
ClassLoader
,
dexMethod
:
DexMethod
)
:
Method