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.23.2
Syntax 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 Exception | Condition |
---|
ObjectDisposedException | The IFrame object has already been disposed. |
See Also