Click or drag to resize

BinariesExtractionOptionsChromium64BitPreferred Property

Indicates whether 64-bit Chromium binaries are preferred when possible.

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

Property Value

Type: Boolean
true if the 64-bit Chromium binaries are preferred, false otherwise.
Remarks

By default, the bitness of the Chromium process will match the bitness of the .NET process.

However, when this option is set to true, the .NET process is 32-bit, and the operating system is 64-bit, DotNetBrowser will try using the 64-bit Chromium binaries.

See Also