Click or drag to resize

BinariesExtractionOptionsCheckLinuxDependencies Property

Indicates whether it is necessary to check if Linux environment has all required shared libraries.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
Syntax
C#
public bool CheckLinuxDependencies { get; set; }

Property Value

Type: Boolean
true if it is necessary to check if Linux environment has all required shared libraries, false otherwise.
Remarks

By default, the check is performed.

If false, this step is skipped. It's useful for clients that are confident in their environments.

The ldd command is used to check presence of the libraries required by Chromium executable.

See Also