Click or drag to resize

ITypedArrayT Methods

The ITypedArrayT generic type exposes the following members.

Methods
  NameDescription
Public methodGetBytes
Creates a byte array containing a copy of the view's contents.
(Inherited from IArrayBufferView.)
Public methodInvokeWithDirectAccess(ActionIntPtr)
Invokes a delegate that returns no value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView.)
Public methodInvokeWithDirectAccessT(FuncIntPtr, T)
Invokes a delegate that returns a value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView.)
Public methodRead
Copies elements from the typed array into the specified array.
Public methodReadBytes
Copies bytes from the view into the specified byte array.
(Inherited from IArrayBufferView.)
Public methodToArray
Creates an array containing a copy of the typed array's contents.
Public methodWrite
Copies elements from the specified array into the typed array.
Public methodWriteBytes
Copies bytes from the specified byte array into the view.
(Inherited from IArrayBufferView.)
Top
See Also