Click or drag to resize

ITypedArray Properties

The ITypedArray type exposes the following members.

Properties
 NameDescription
Public propertyArrayBuffer Gets view's underlying ArrayBuffer.
(Inherited from IArrayBufferView)
Public propertyEngine Gets the script engine that owns the object.
(Inherited from IScriptObject)
Public propertyFlags Gets the JavaScript object's attributes.
(Inherited from IJavaScriptObject)
Public propertyItemInt32 Gets or sets the value of an indexed script object property.
(Inherited from IScriptObject)
Public propertyItemString, Object Gets or sets the value of a named script object property.
(Inherited from IScriptObject)
Public propertyKind Gets the JavaScript object kind.
(Inherited from IJavaScriptObject)
Public propertyLength Gets the typed array's length.
Public propertyOffset Gets the view's offset within the underlying ArrayBuffer.
(Inherited from IArrayBufferView)
Public propertyPropertyIndices Enumerates the script object's property indices.
(Inherited from IScriptObject)
Public propertyPropertyNames Enumerates the script object's property names.
(Inherited from IScriptObject)
Public propertySize Gets the view's size in bytes.
(Inherited from IArrayBufferView)
Top
See Also