Click or drag to resize

CefLibraryHandle Constructor

Version 94.4.20
Initializes a new instance of the CefLibraryHandle class.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public CefLibraryHandle(
	string path
)

Parameters

path
Type: SystemString
libcef.dll full path.
See Also