Click or drag to resize

ChromiumBinariesExtractorExtractBinariesIfNecessary Method

Locate and extract the Chromium binaries if the corresponding binaries were not extracted yet or cannot be found at the location specified in ChromiumDirectory.

If the ChromiumDirectory is not specified, the DefaultChromiumDirectory value will be used for binaries extraction.

Namespace:  DotNetBrowser.Chromium
Assembly:  DotNetBrowser.Core (in DotNetBrowser.Core.dll) Version: 2.16.0
Syntax
C#
public void ExtractBinariesIfNecessary(
	EngineOptions options
)

Parameters

options
Type: DotNetBrowser.EngineEngineOptions
the EngineOptions instance to use.
See Also