Click or drag to resize
CefInitialize Method (CefSettings, Boolean, Boolean)
Version 51.0.0
Initializes CefSharp with user-provided settings. This function should be called on the main application thread to initialize the CEF browser process.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public static bool Initialize(
	CefSettings cefSettings,
	bool shutdownOnProcessExit,
	bool performDependencyCheck
)

Parameters

cefSettings
Type: CefSharpCefSettings
CefSharp configuration settings.
shutdownOnProcessExit
Type: SystemBoolean
When the Current AppDomain (relative to the thread called on) Exits(ProcessExit event) then Shudown will be called.
performDependencyCheck
Type: SystemBoolean
Check that all relevant dependencies avaliable, throws exception if any are missing

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CefSharp.Cef.Initialize(CefSharp.CefSettings,System.Boolean,System.Boolean)"]

See Also