DependencyChecker Class |
Namespace: CefSharp
The DependencyChecker type exposes the following members.
Name | Description | |
---|---|---|
AssertAllDependenciesPresent |
Checks if all Cef and CefSharp dependencies were found relative to the Executing Assembly.
Shortcut method that calls CheckDependencies(Boolean, Boolean, String, String, String, String, String), throws an Exception if not files are missing.
| |
CheckDependencies(Boolean, Boolean, String, String, String, String) |
CheckDependencies iterates through the list of Cef and CefSharp dependencines
relative to the path provided and returns a list of missing ones
| |
CheckDependencies(Boolean, Boolean, String, String, String, String, String) |
CheckDependencies iterates through the list of Cef and CefSharp dependencines
relative to the path provided and returns a list of missing ones
|
Name | Description | |
---|---|---|
BrowserSubprocessDependencies |
List of CefSharp.BrowserSubprocess.exe dependencies.
| |
CefDependencies |
List of Cef Dependencies
| |
CefOptionalDependencies |
List of Optional CEF Dependencies
| |
CefResources |
List of Cef Resources (pack files)
| |
CefSharpArchSpecificDependencies |
List of CefSharp Arch Specific Dependencies
Those that are arch specific,
distributed as x86, x64 and ARM64 (coming soon for .Net 5.0 only)
| |
CefSharpManagedDependencies |
List of CefSharp Managed Dependencies (Those that are AnyCPU written in c#)
| |
LocalesPackFile |
en-US Locales pak file location
|