Click or drag to resize

IArrayBuffer Methods

The IArrayBuffer type exposes the following members.

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