IDataView Interface |
Namespace: Microsoft.ClearScript.JavaScript
The IDataView type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArrayBuffer |
Gets view's underlying ArrayBuffer.
(Inherited from IArrayBufferView.) |
![]() | Offset |
Gets the view's offset within the underlying ArrayBuffer.
(Inherited from IArrayBufferView.) |
![]() | Size |
Gets the view's size in bytes.
(Inherited from IArrayBufferView.) |
Name | Description | |
---|---|---|
![]() | GetBytes |
Creates a byte array containing a copy of the view's contents.
(Inherited from IArrayBufferView.) |
![]() | InvokeWithDirectAccess(ActionIntPtr) |
Invokes a delegate that returns no value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView.) |
![]() | InvokeWithDirectAccessT(FuncIntPtr, T) |
Invokes a delegate that returns a value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView.) |
![]() | ReadBytes |
Copies bytes from the view into the specified byte array.
(Inherited from IArrayBufferView.) |
![]() | WriteBytes |
Copies bytes from the specified byte array into the view.
(Inherited from IArrayBufferView.) |