Click or drag to resize

CefRuntimeInitialize(CefMainArgs, CefSettings, CefApp, IntPtr) Method

This function should be called on the main application thread to initialize the CEF browser process. The |application| parameter may be empty. A return value of true indicates that it succeeded and false indicates that it failed. The |windows_sandbox_info| parameter is only used on Windows and may be NULL (see cef_sandbox_win.h for details).

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Initialize(
	CefMainArgs args,
	CefSettings settings,
	CefApp application,
	IntPtr windowsSandboxInfo
)

Parameters

args  CefMainArgs
 
settings  CefSettings
 
application  CefApp
 
windowsSandboxInfo  IntPtr
 
See Also