Click or drag to resize

IFrameCreateJsArrayBuffer Method

Creates a new IJsArrayBuffer and copies the contents of the byte array to it.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IJsArrayBuffer CreateJsArrayBuffer(
	byte[] data
)

Parameters

data
Type: SystemByte
The byte array to copy data from.

Return Value

Type: IJsArrayBuffer
An IJsArrayBuffer that contains values from the byte array.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFrame object has already been disposed.
See Also