ILNumerics Ultimate VS

ArrayVisualizerProxyIs64BitProcess Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Helper for Array Visualizer process bitrate detection. This eases the determiniation of the appropriate memory read attempt during evaluations of array expressions in Visual Studio debug sessions.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public bool Is64BitProcess { get; }

Property Value

Type: Boolean
Remarks

The reason why this has been (re)included is that it makes the info available at a point where using the expression evaluator to query "Environment.Is64BitProcess" directly would be more demanding.

[ILNumerics Core Module]

See Also

Reference