Creates a JavaScript object.

 

   

Syntax
 

[C#]
JSValue CreateObject()
[Visual Basic]
Function CreateObject() As JSValue

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return A new JavaScript object.

 

   

Notes
 

The method creates a JavaScript object. It is much better than calling ConvertToJS with an empty array of KeyValuePair<string, object>.

 

   

Example
 

None.