ILNumerics - Technical Application Development
Top
The ArrayVisualizerProxy type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address |
The physical address of the storage array for the result. For managed arrays the _current_, unpinned address on the managed heap.
[ILNumerics Core Module] | |
CanVisualize |
(not used)
[ILNumerics Core Module] | |
ElementType |
String representation of the element types of the result
[ILNumerics Core Module] | |
Is64BitProcess |
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] | |
Offset | ||
Size |
The size of the array expression this proxy represents
[ILNumerics Core Module] | |
SourceType |
string representation of the (array) type of the original expression result
[ILNumerics Core Module] | |
Strides | ||
SystemArray |
Property exposing the underlying System.Array for the expression result
[ILNumerics Core Module] |
See Also