ChartToolsIs64BitProcess Method |
LightningChart .NET Help
Find out if this process needs 64-bit DLLs.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static bool Is64BitProcess()
Public Shared Function Is64BitProcess As Boolean
public:
static bool Is64BitProcess()
Return Value
Type:
BooleanTrue if 64-bit DLLs are needed. False if it's happy with 32-bit DLLs.
See Also