Click or drag to resize
DependencyCheckerAssertAllDependenciesPresent Method
Version 51.0.0
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), throws an Exception if not files are missing.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.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 (Optional)
Type: SystemString
The locale, if empty then en-US will be used.
localesDirPath (Optional)
Type: SystemString
The path to the locales directory, if empty locales\ will be used.
resourcesDirPath (Optional)
Type: SystemString
The path to the resources directory, if empty the Executing Assembly path is used.
packLoadingDisabled (Optional)
Type: SystemBoolean
Is loading of pack files disabled?
browserSubProcessPath (Optional)
Type: SystemString
The path to a separate executable that will be launched for sub-processes.
Exceptions
ExceptionCondition
ExceptionThrow when not all dependencies are present
See Also