CefBinaryValue GetData Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Read up to |buffer_size| number of bytes into |buffer|. Reading begins at the specified byte |data_offset|. Returns the number of bytes read.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public long GetData(
	byte[] buffer,
	long bufferSize,
	long dataOffset
)

Parameters

buffer
Type:  OnlineSystem Byte 

[Missing <param name="buffer"/> documentation for "M:Xilium.CefGlue.CefBinaryValue.GetData(System.Byte[],System.Int64,System.Int64)"]

bufferSize
Type: OnlineSystem Int64

[Missing <param name="bufferSize"/> documentation for "M:Xilium.CefGlue.CefBinaryValue.GetData(System.Byte[],System.Int64,System.Int64)"]

dataOffset
Type: OnlineSystem Int64

[Missing <param name="dataOffset"/> documentation for "M:Xilium.CefGlue.CefBinaryValue.GetData(System.Byte[],System.Int64,System.Int64)"]

Return Value

Type: OnlineInt64

[Missing <returns> documentation for "M:Xilium.CefGlue.CefBinaryValue.GetData(System.Byte[],System.Int64,System.Int64)"]

See Also