Creates a JavaScript object.
[C#] JSValue CreateObject() [Visual Basic] Function CreateObject() As JSValue
JSValue CreateObject()
Function CreateObject() As JSValue
may throw Exception()
The method creates a JavaScript object. It is much better than calling ConvertToJS with an empty array of KeyValuePair<string, object>.
None.