Click or drag to resize

EngineOptionsBuilderChromiumDirectory Property

Gets or sets the absolute path to the directory where Chromium binaries are located or the empty string if it was not set.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string ChromiumDirectory { get; set; }

Property Value

Type: String
The absolute path to the directory where Chromium binaries are located or the empty string if it was not set.
Remarks

If the directory contains the Chromium binaries, the library will check them and make sure that they are compatible with the current library version. If the directory does not contain the Chromium binaries, or the binaries aren't compatible with the current library version, the library will search for the binaries inside the assemblies from the application references and working directory and extract them into the given directory programmatically. It might take some time to extract the Chromium binaries from a JAR archive. The time depends on the hardware (CPU and SSD/HDD) performance.

See Also