WebUI X Documentation
Download from GitHub
Download from Google Play
GitHub
Preparing search index...
WebUI X Utility Plugin
Reflect
Interface Reflect
interface
Reflect
{
callMethod
(
objectId
:
string
,
methodName
:
string
,
argsJson
:
null
|
string
,
)
:
null
|
string
;
callStaticMethod
(
objectId
:
string
,
methodName
:
string
,
argsJson
:
null
|
string
,
)
:
null
|
string
;
createProxy
(
interfaceName
:
string
,
methodsMapJson
:
string
)
:
null
|
string
;
getClass
(
className
:
string
)
:
null
|
string
;
getField
(
objectId
:
string
,
fieldName
:
string
)
:
null
|
string
;
newInstance
(
classId
:
string
,
argsJson
:
null
|
string
)
:
null
|
string
;
releaseObject
(
objectId
:
string
)
:
boolean
;
setField
(
objectId
:
string
,
fieldName
:
string
,
value
:
string
)
:
boolean
;
}
Index
Methods
call
Method
call
Static
Method
create
Proxy
get
Class
get
Field
new
Instance
release
Object
set
Field
Methods
call
Method
callMethod
(
objectId
:
string
,
methodName
:
string
,
argsJson
:
null
|
string
,
)
:
null
|
string
Parameters
objectId
:
string
methodName
:
string
argsJson
:
null
|
string
Returns
null
|
string
call
Static
Method
callStaticMethod
(
objectId
:
string
,
methodName
:
string
,
argsJson
:
null
|
string
,
)
:
null
|
string
Parameters
objectId
:
string
methodName
:
string
argsJson
:
null
|
string
Returns
null
|
string
create
Proxy
createProxy
(
interfaceName
:
string
,
methodsMapJson
:
string
)
:
null
|
string
Parameters
interfaceName
:
string
methodsMapJson
:
string
Returns
null
|
string
get
Class
getClass
(
className
:
string
)
:
null
|
string
Parameters
className
:
string
Returns
null
|
string
get
Field
getField
(
objectId
:
string
,
fieldName
:
string
)
:
null
|
string
Parameters
objectId
:
string
fieldName
:
string
Returns
null
|
string
new
Instance
newInstance
(
classId
:
string
,
argsJson
:
null
|
string
)
:
null
|
string
Parameters
classId
:
string
argsJson
:
null
|
string
Returns
null
|
string
release
Object
releaseObject
(
objectId
:
string
)
:
boolean
Parameters
objectId
:
string
Returns
boolean
set
Field
setField
(
objectId
:
string
,
fieldName
:
string
,
value
:
string
)
:
boolean
Parameters
objectId
:
string
fieldName
:
string
value
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
call
Method
call
Static
Method
create
Proxy
get
Class
get
Field
new
Instance
release
Object
set
Field
Download from GitHub
Download from Google Play
GitHub
WebUI X Documentation
Loading...