Click or drag to resize
CefInitialize Method (CefSettings, Boolean, IBrowserProcessHandler)
Version 57.0.0

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

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

Parameters

cefSettings
Type: CefSharpCefSettings

[Missing <param name="cefSettings"/> documentation for "M:CefSharp.Cef.Initialize(CefSharp.CefSettings,System.Boolean,CefSharp.IBrowserProcessHandler)"]

performDependencyCheck
Type: SystemBoolean

[Missing <param name="performDependencyCheck"/> documentation for "M:CefSharp.Cef.Initialize(CefSharp.CefSettings,System.Boolean,CefSharp.IBrowserProcessHandler)"]

browserProcessHandler
Type: CefSharpIBrowserProcessHandler

[Missing <param name="browserProcessHandler"/> documentation for "M:CefSharp.Cef.Initialize(CefSharp.CefSettings,System.Boolean,CefSharp.IBrowserProcessHandler)"]

Return Value

Type: Boolean

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

See Also