IData |
The IDataView type exposes the following members.
| Name | Description | |
|---|---|---|
| ArrayBuffer |
Gets view's underlying ArrayBuffer.
(Inherited from IArrayBufferView) | |
| Engine |
Gets the script engine that owns the object.
(Inherited from IScriptObject) | |
| Flags |
Gets the JavaScript object's attributes.
(Inherited from IJavaScriptObject) | |
| ItemInt32 |
Gets or sets the value of an indexed script object property.
(Inherited from IScriptObject) | |
| ItemString, Object |
Gets or sets the value of a named script object property.
(Inherited from IScriptObject) | |
| Kind |
Gets the JavaScript object kind.
(Inherited from IJavaScriptObject) | |
| Offset |
Gets the view's offset within the underlying ArrayBuffer.
(Inherited from IArrayBufferView) | |
| PropertyIndices |
Enumerates the script object's property indices.
(Inherited from IScriptObject) | |
| PropertyNames |
Enumerates the script object's property names.
(Inherited from IScriptObject) | |
| Size |
Gets the view's size in bytes.
(Inherited from IArrayBufferView) |