Table of Contents

Method ExtractBinariesIfNecessary

Namespace
DotNetBrowser.Chromium
Assembly
DotNetBrowser.Core.dll

ExtractBinariesIfNecessary(EngineOptions)

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.

public void ExtractBinariesIfNecessary(EngineOptions options)

Parameters

options EngineOptions

the EngineOptions instance to use.