Click or drag to resize

DependencyCheckerAssertAllDependenciesPresent Method

Version 130.1.90
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.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static void AssertAllDependenciesPresent(
	string locale = null,
	string localesDirPath = null,
	string resourcesDirPath = null,
	bool packLoadingDisabled = false,
	string browserSubProcessPath = "CefSharp.BrowserSubProcess.exe"
)

Parameters

locale  String  (Optional)
The locale, if empty then en-US will be used.
localesDirPath  String  (Optional)
The path to the locales directory, if empty locales\ will be used.
resourcesDirPath  String  (Optional)
The path to the resources directory, if empty the Executing Assembly path is used.
packLoadingDisabled  Boolean  (Optional)
Is loading of pack files disabled?
browserSubProcessPath  String  (Optional)
The path to a separate executable that will be launched for sub-processes.
Exceptions
ExceptionCondition
ExceptionThrow when not all dependencies are present
See Also