Overview

On WebAssembly this is a wrapper class for (foreign) javascript objects.

Location

constructor    (declared in Object)


constructor(aValue: IntPtr)
EcmaScriptObject(IntPtr aValue)
EcmaScriptObject(IntPtr aValue)
Sub New(aValue As IntPtr)

Parameters:

  • aValue:

AddEvent

method AddEvent(aName: String; aValue: WebAssemblyDelegate)
void AddEvent(String aName, WebAssemblyDelegate aValue)
func AddEvent(_ aName: String, _ aValue: WebAssemblyDelegate)
void AddEvent(String aName, WebAssemblyDelegate aValue)
Sub AddEvent(aName As String, aValue As WebAssemblyDelegate)

Parameters:

  • aName:
  • aValue:

Binary

method Binary(aOther: Object; aSelfIsLeftSide: Boolean; aOp: DynamicBinaryOperator; out aResult: Object): Boolean
Boolean Binary(Object aOther, Boolean aSelfIsLeftSide, DynamicBinaryOperator aOp, out Object aResult)
func Binary(_ aOther: Object, _ aSelfIsLeftSide: Boolean, _ aOp: DynamicBinaryOperator, _ aResult: inout Object) -> Boolean
Boolean Binary(Object aOther, Boolean aSelfIsLeftSide, DynamicBinaryOperator aOp, __out Object aResult)
Function Binary(aOther As Object, aSelfIsLeftSide As Boolean, aOp As DynamicBinaryOperator, <OutAttribute> ByRef aResult As Object) As Boolean

Parameters:

  • aOther:
  • aSelfIsLeftSide:
  • aOp:
  • aResult:

method Call(aName: String; params args: array of Object): Object
Object Call(String aName, params Object[] args)
func Call(_ aName: String, _ args: Object...) -> Object
Object Call(String aName, Object[]... args)
Function Call(aName As String, ParamArray args As Object()) As Object

Parameters:

  • aName:
  • args:

method Call(args: array of Object): Object
Object Call(Object[] args)
func Call(_ args: Object...) -> Object
Object Call(Object[] args)
Function Call(args As Object()) As Object

Parameters:

  • args:

CopyFromNativeArray<T>

method CopyFromNativeArray<T>(aNativeOffset: Int32; aNativeArray: array of T; aTypedArrayOffset: Int32; aSize: Int32)
void CopyFromNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
func CopyFromNativeArray<T>(_ aNativeOffset: Int32, _ aNativeArray: T..., _ aTypedArrayOffset: Int32, _ aSize: Int32)
void CopyFromNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
Sub CopyFromNativeArray<T>(aNativeOffset As Int32, aNativeArray As T(), aTypedArrayOffset As Int32, aSize As Int32)

Parameters:

  • aNativeOffset:
  • aNativeArray:
  • aTypedArrayOffset:
  • aSize:

CopyToNativeArray<T>

method CopyToNativeArray<T>(aNativeOffset: Int32; aNativeArray: array of T; aTypedArrayOffset: Int32; aSize: Int32)
void CopyToNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
func CopyToNativeArray<T>(_ aNativeOffset: Int32, _ aNativeArray: T..., _ aTypedArrayOffset: Int32, _ aSize: Int32)
void CopyToNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
Sub CopyToNativeArray<T>(aNativeOffset As Int32, aNativeArray As T(), aTypedArrayOffset As Int32, aSize As Int32)

Parameters:

  • aNativeOffset:
  • aNativeArray:
  • aTypedArrayOffset:
  • aSize:

Count

property Count: Int32 read;
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32

method DefineProperty(aName: String; aGet: Func<Object>; aSet: Action<Object>; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<Object> aGet, Action<Object> aSet, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aGet: Func<Object>, _ aSet: Action<Object>, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<Object> aGet, Action<Object> aSet, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aGet As Func<Object>, aSet As Action<Object>, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aGet:
  • aSet:
  • aFlags:

method DefineProperty(aName: String; aGet: Func<EcmaScriptObject, Object>; aSet: Action<EcmaScriptObject, Object>; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<EcmaScriptObject, Object> aGet, Action<EcmaScriptObject, Object> aSet, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aGet: Func<EcmaScriptObject, Object>, _ aSet: Action<EcmaScriptObject, Object>, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<EcmaScriptObject, Object> aGet, Action<EcmaScriptObject, Object> aSet, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aGet As Func<EcmaScriptObject, Object>, aSet As Action<EcmaScriptObject, Object>, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aGet:
  • aSet:
  • aFlags:

method DefineProperty(aName: String; aValue: Object; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Object aValue, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aValue: Object, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Object aValue, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aValue As Object, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aValue:
  • aFlags:

Dispose


Equals  virtual    (declared in Object)

Default constructor.

method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)


GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

GetMember

method GetMember(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object GetMember(String aName, Int32 aGetFlags, Object[] aArgs)
func GetMember(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object GetMember(String aName, Int32 aGetFlags, Object[] aArgs)
Function GetMember(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

GetType    (declared in Object)

Returns the actual type of this class

Function GetType() As Type

Handle

property Handle: IntPtr read;
var Handle: IntPtr { get{} }
ReadOnly Property Handle() As IntPtr

Invoke

method Invoke(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object Invoke(String aName, Int32 aGetFlags, Object[] aArgs)
func Invoke(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object Invoke(String aName, Int32 aGetFlags, Object[] aArgs)
Function Invoke(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

IsType

method IsType(aType: String): Boolean
Boolean IsType(String aType)
func IsType(_ aType: String) -> Boolean
Boolean IsType(String aType)
Function IsType(aType As String) As Boolean

Parameters:

  • aType:

Items

property Items[i: Int32]: Object read write;
Object Items[Int32 i] { get; set; }
subscript Items(_ i: Int32) -> Object { get{} set{} }
Object Items[Int32 i] { __get; __set; }
Property Items(i As Int32) As Object

Items

property Items[s: String]: Object read write;
Object Items[String s] { get; set; }
subscript Items(_ s: String) -> Object { get{} set{} }
Object Items[String s] { __get; __set; }
Property Items(s As String) As Object

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

Release


RemoveEvent

method RemoveEvent(aName: String; aValue: WebAssemblyDelegate)
void RemoveEvent(String aName, WebAssemblyDelegate aValue)
func RemoveEvent(_ aName: String, _ aValue: WebAssemblyDelegate)
void RemoveEvent(String aName, WebAssemblyDelegate aValue)
Sub RemoveEvent(aName As String, aValue As WebAssemblyDelegate)

Parameters:

  • aName:
  • aValue:

SetMember

method SetMember(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object SetMember(String aName, Int32 aGetFlags, Object[] aArgs)
func SetMember(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object SetMember(String aName, Int32 aGetFlags, Object[] aArgs)
Function SetMember(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

ToString  virtual    (declared in Object)

Gets the string representation of this method.

func ToString() -> String
Function ToString() As String

Unary

method Unary(aOp: DynamicUnaryOperator; out aResult: Object): Boolean
Boolean Unary(DynamicUnaryOperator aOp, out Object aResult)
func Unary(_ aOp: DynamicUnaryOperator, _ aResult: inout Object) -> Boolean
Boolean Unary(DynamicUnaryOperator aOp, __out Object aResult)
Function Unary(aOp As DynamicUnaryOperator, <OutAttribute> ByRef aResult As Object) As Boolean

Parameters:

  • aOp:
  • aResult:

Count

property Count: Int32 read;
var Count: Int32 { get{} }
ReadOnly Property Count() As Int32

Handle

property Handle: IntPtr read;
var Handle: IntPtr { get{} }
ReadOnly Property Handle() As IntPtr

Items

property Items[i: Int32]: Object read write;
Object Items[Int32 i] { get; set; }
subscript Items(_ i: Int32) -> Object { get{} set{} }
Object Items[Int32 i] { __get; __set; }
Property Items(i As Int32) As Object

Items

property Items[s: String]: Object read write;
Object Items[String s] { get; set; }
subscript Items(_ s: String) -> Object { get{} set{} }
Object Items[String s] { __get; __set; }
Property Items(s As String) As Object

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

constructor    (declared in Object)


constructor(aValue: IntPtr)
EcmaScriptObject(IntPtr aValue)
EcmaScriptObject(IntPtr aValue)
Sub New(aValue As IntPtr)

Parameters:

  • aValue:

AddEvent

method AddEvent(aName: String; aValue: WebAssemblyDelegate)
void AddEvent(String aName, WebAssemblyDelegate aValue)
func AddEvent(_ aName: String, _ aValue: WebAssemblyDelegate)
void AddEvent(String aName, WebAssemblyDelegate aValue)
Sub AddEvent(aName As String, aValue As WebAssemblyDelegate)

Parameters:

  • aName:
  • aValue:

Binary

method Binary(aOther: Object; aSelfIsLeftSide: Boolean; aOp: DynamicBinaryOperator; out aResult: Object): Boolean
Boolean Binary(Object aOther, Boolean aSelfIsLeftSide, DynamicBinaryOperator aOp, out Object aResult)
func Binary(_ aOther: Object, _ aSelfIsLeftSide: Boolean, _ aOp: DynamicBinaryOperator, _ aResult: inout Object) -> Boolean
Boolean Binary(Object aOther, Boolean aSelfIsLeftSide, DynamicBinaryOperator aOp, __out Object aResult)
Function Binary(aOther As Object, aSelfIsLeftSide As Boolean, aOp As DynamicBinaryOperator, <OutAttribute> ByRef aResult As Object) As Boolean

Parameters:

  • aOther:
  • aSelfIsLeftSide:
  • aOp:
  • aResult:

method Call(aName: String; params args: array of Object): Object
Object Call(String aName, params Object[] args)
func Call(_ aName: String, _ args: Object...) -> Object
Object Call(String aName, Object[]... args)
Function Call(aName As String, ParamArray args As Object()) As Object

Parameters:

  • aName:
  • args:

method Call(args: array of Object): Object
Object Call(Object[] args)
func Call(_ args: Object...) -> Object
Object Call(Object[] args)
Function Call(args As Object()) As Object

Parameters:

  • args:

CopyFromNativeArray<T>

method CopyFromNativeArray<T>(aNativeOffset: Int32; aNativeArray: array of T; aTypedArrayOffset: Int32; aSize: Int32)
void CopyFromNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
func CopyFromNativeArray<T>(_ aNativeOffset: Int32, _ aNativeArray: T..., _ aTypedArrayOffset: Int32, _ aSize: Int32)
void CopyFromNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
Sub CopyFromNativeArray<T>(aNativeOffset As Int32, aNativeArray As T(), aTypedArrayOffset As Int32, aSize As Int32)

Parameters:

  • aNativeOffset:
  • aNativeArray:
  • aTypedArrayOffset:
  • aSize:

CopyToNativeArray<T>

method CopyToNativeArray<T>(aNativeOffset: Int32; aNativeArray: array of T; aTypedArrayOffset: Int32; aSize: Int32)
void CopyToNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
func CopyToNativeArray<T>(_ aNativeOffset: Int32, _ aNativeArray: T..., _ aTypedArrayOffset: Int32, _ aSize: Int32)
void CopyToNativeArray<T>(Int32 aNativeOffset, T[] aNativeArray, Int32 aTypedArrayOffset, Int32 aSize)
Sub CopyToNativeArray<T>(aNativeOffset As Int32, aNativeArray As T(), aTypedArrayOffset As Int32, aSize As Int32)

Parameters:

  • aNativeOffset:
  • aNativeArray:
  • aTypedArrayOffset:
  • aSize:

method DefineProperty(aName: String; aGet: Func<Object>; aSet: Action<Object>; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<Object> aGet, Action<Object> aSet, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aGet: Func<Object>, _ aSet: Action<Object>, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<Object> aGet, Action<Object> aSet, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aGet As Func<Object>, aSet As Action<Object>, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aGet:
  • aSet:
  • aFlags:

method DefineProperty(aName: String; aGet: Func<EcmaScriptObject, Object>; aSet: Action<EcmaScriptObject, Object>; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<EcmaScriptObject, Object> aGet, Action<EcmaScriptObject, Object> aSet, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aGet: Func<EcmaScriptObject, Object>, _ aSet: Action<EcmaScriptObject, Object>, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Func<EcmaScriptObject, Object> aGet, Action<EcmaScriptObject, Object> aSet, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aGet As Func<EcmaScriptObject, Object>, aSet As Action<EcmaScriptObject, Object>, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aGet:
  • aSet:
  • aFlags:

method DefineProperty(aName: String; aValue: Object; aFlags: EcmaScriptPropertyFlags := EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Object aValue, EcmaScriptPropertyFlags aFlags = EcmaScriptPropertyFlags.All)
func DefineProperty(_ aName: String, _ aValue: Object, _ aFlags: EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)
void DefineProperty(String aName, Object aValue, EcmaScriptPropertyFlags aFlags)
Sub DefineProperty(aName As String, aValue As Object, aFlags As EcmaScriptPropertyFlags = EcmaScriptPropertyFlags.All)

Parameters:

  • aName:
  • aValue:
  • aFlags:

Dispose


Equals  virtual    (declared in Object)

Default constructor.

method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)


GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

GetMember

method GetMember(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object GetMember(String aName, Int32 aGetFlags, Object[] aArgs)
func GetMember(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object GetMember(String aName, Int32 aGetFlags, Object[] aArgs)
Function GetMember(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

GetType    (declared in Object)

Returns the actual type of this class

Function GetType() As Type

Invoke

method Invoke(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object Invoke(String aName, Int32 aGetFlags, Object[] aArgs)
func Invoke(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object Invoke(String aName, Int32 aGetFlags, Object[] aArgs)
Function Invoke(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

IsType

method IsType(aType: String): Boolean
Boolean IsType(String aType)
func IsType(_ aType: String) -> Boolean
Boolean IsType(String aType)
Function IsType(aType As String) As Boolean

Parameters:

  • aType:

Release


RemoveEvent

method RemoveEvent(aName: String; aValue: WebAssemblyDelegate)
void RemoveEvent(String aName, WebAssemblyDelegate aValue)
func RemoveEvent(_ aName: String, _ aValue: WebAssemblyDelegate)
void RemoveEvent(String aName, WebAssemblyDelegate aValue)
Sub RemoveEvent(aName As String, aValue As WebAssemblyDelegate)

Parameters:

  • aName:
  • aValue:

SetMember

method SetMember(aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Object SetMember(String aName, Int32 aGetFlags, Object[] aArgs)
func SetMember(_ aName: String, _ aGetFlags: Int32, _ aArgs: Object...) -> Object
Object SetMember(String aName, Int32 aGetFlags, Object[] aArgs)
Function SetMember(aName As String, aGetFlags As Int32, aArgs As Object()) As Object

Parameters:

  • aName:
  • aGetFlags:
  • aArgs:

ToString  virtual    (declared in Object)

Gets the string representation of this method.

func ToString() -> String
Function ToString() As String

Unary

method Unary(aOp: DynamicUnaryOperator; out aResult: Object): Boolean
Boolean Unary(DynamicUnaryOperator aOp, out Object aResult)
func Unary(_ aOp: DynamicUnaryOperator, _ aResult: inout Object) -> Boolean
Boolean Unary(DynamicUnaryOperator aOp, __out Object aResult)
Function Unary(aOp As DynamicUnaryOperator, <OutAttribute> ByRef aResult As Object) As Boolean

Parameters:

  • aOp:
  • aResult: