DependencyCheckerAssertAllDependenciesPresent Method  | 
Version 106.0.290  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic static void AssertAllDependenciesPresent(
	string locale = null,
	string localesDirPath = null,
	string resourcesDirPath = null,
	bool packLoadingDisabled = false,
	string browserSubProcessPath = "CefSharp.BrowserSubProcess.exe"
)
public:
static void AssertAllDependenciesPresent(
	String^ locale = nullptr, 
	String^ localesDirPath = nullptr, 
	String^ resourcesDirPath = nullptr, 
	bool packLoadingDisabled = false, 
	String^ browserSubProcessPath = L"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| Exception | Condition | 
|---|
| Exception | Throw when not all dependencies are present | 
See Also