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