Property Chromium64BitPreferred
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Chromium64BitPreferred
Indicates whether 64-bit Chromium binaries are preferred when possible.
public bool Chromium64BitPreferred { get; set; }
Property Value
- bool
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.