| DependencyCheckerAssertAllDependenciesPresent Method  | 
Version 94.4.20  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
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
Exceptions| Exception | Condition | 
|---|
| Exception | Throw when not all dependencies are present | 
 See Also
See Also