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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefBinaryValue Create(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: CefBinaryValue
See Also