nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / JavaScriptValue

JavaScriptValue

Full name Microsoft.VisualBasic.My.JavaScript.JavaScriptValue Assembly Microsoft.VisualBasic.Runtime Members 7

01 Syntax

Microsoft.VisualBasic.My.JavaScript.JavaScriptValue

02 Methods

NameOverloadsSummary
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

NameOverloadsSummary
Accessor 1 A symbol reference to the parent object
Literal 1 The constant literal value
IsConstant 1 is scalar constant literal value?

04 Members

method SetValue #
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
NameTypeDescription
valueObject

-

method CheckLiteral #
CheckLiteral

Check of the literal value is primitive value?

property Accessor #
Accessor

A symbol reference to the parent object

property Literal #
Literal

The constant literal value

property IsConstant #
IsConstant

is scalar constant literal value?

method GetValue #
GetValue()
method ToString #
ToString()