CefBinaryValueCreate Method |
Creates a new object that is not owned by any other object. The specified
|data| will be copied.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static CefBinaryValue Create(
byte[] data
)
Parameters
- data Byte
-
Return Value
CefBinaryValue
See Also