CefLibraryHandle Constructor |
Version 101.0.180
Initializes a new instance of the CefLibraryHandle class.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public CefLibraryHandle(
string path
)
public:
CefLibraryHandle(
String^ path
)
Parameters
- path
- Type: SystemString
libcef.dll full path.
See Also