Click or drag to resize

DependencyChecker Class

Version 130.1.90
DependencyChecker provides a known list of Cef/CefSharp dependencies and provides helper methods to check for their existance.
Inheritance Hierarchy
SystemObject
  CefSharpDependencyChecker

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static class DependencyChecker

The DependencyChecker type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAssertAllDependenciesPresent 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.
Public methodStatic memberCheckDependencies(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
Public methodStatic memberCheckDependencies(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
Top
Fields
 NameDescription
Public fieldStatic memberBrowserSubprocessDependencies List of CefSharp.BrowserSubprocess.exe dependencies.
Public fieldStatic memberCefDependencies List of Cef Dependencies
Public fieldStatic memberCefOptionalDependencies List of Optional CEF Dependencies
Public fieldStatic memberCefResources List of Cef Resources (pack files)
Public fieldStatic memberCefSharpArchSpecificDependencies List of CefSharp Arch Specific Dependencies Those that are arch specific, distributed as x86, x64 and ARM64 (coming soon for .Net 5.0 only)
Public fieldStatic memberCefSharpManagedDependencies List of CefSharp Managed Dependencies (Those that are AnyCPU written in c#)
Public fieldStatic memberLocalesPackFile en-US Locales pak file location
Top
See Also