Click or drag to resize

DependencyChecker Methods

Version 94.4.20

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
See Also