DependencyCheckerAssertAllDependenciesPresent Method |
Version 130.1.90Namespace: CefSharpAssembly: 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"
)
public:
static void AssertAllDependenciesPresent(
String^ locale = nullptr,
String^ localesDirPath = nullptr,
String^ resourcesDirPath = nullptr,
bool packLoadingDisabled = false,
String^ browserSubProcessPath = L"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 Exception | Condition |
---|
Exception | Throw when not all dependencies are present |
See Also