JavaScriptValue
01 Syntax
Microsoft.VisualBasic.My.JavaScript.JavaScriptValue
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SetValue | 1 | proxy of set value to slot or clr object member |
| CheckLiteral | 1 | Check of the literal value is primitive value? |
| GetValue | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Accessor | 1 | A symbol reference to the parent object |
| Literal | 1 | The constant literal value |
| IsConstant | 1 | is scalar constant literal value? |
04 Members
SetValue(
Object)proxy of set value to slot or clr object member
Remarks
if current value proxy is literal value, then this method just update the slot value, or set member value via the reflection operation.
Parameters
| Name | Type | Description |
|---|---|---|
value | Object | - |
CheckLiteral
Check of the literal value is primitive value?
Accessor
A symbol reference to the parent object
Literal
The constant literal value
IsConstant
is scalar constant literal value?
GetValue()
ToString()