CefLibraryHandle Constructor |
Version 130.1.90
Initializes a new instance of the CefLibraryHandle class.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public CefLibraryHandle(
string path
)
public:
CefLibraryHandle(
String^ path
)
Parameters
- path String
- libcef.dll full path.
See Also