Click or drag to resize

CefBinaryValueCreate Method

Creates a new object that is not owned by any other object. The specified |data| will be copied.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefBinaryValue Create(
	byte[] data
)

Parameters

data  Byte
 

Return Value

CefBinaryValue
See Also