ChartToolsIs64BitProcess Method |
LightningChart .NET Help
Find out if this process needs 64-bit DLLs.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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