Click or drag to resize

CefLibraryHandle Constructor

Version 130.1.90
Initializes a new instance of the CefLibraryHandle class.

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

Parameters

path  String
libcef.dll full path.
See Also