Click or drag to resize

IArrayBufferView Interface

Defines properties and methods common to all ArrayBuffer views.

Namespace:  Microsoft.ClearScript.JavaScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public interface IArrayBufferView

The IArrayBufferView type exposes the following members.

Properties
  NameDescription
Public propertyArrayBuffer
Gets view's underlying ArrayBuffer.
Public propertyOffset
Gets the view's offset within the underlying ArrayBuffer.
Public propertySize
Gets the view's size in bytes.
Top
Methods
See Also