ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.MiscArrayVisualizerProxy
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
ILNumerics Visual Studio Array Visualizer Helper (do not use this class directly)
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.MiscArrayVisualizerProxy
Namespace: ILNumerics.Core.Misc
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The ArrayVisualizerProxy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ArrayVisualizerProxy(Array, Size, String) |
Create a new proxy representing an Array vor visualizing in ILNumerics Array Visualizer
[ILNumerics Core Module] | |
| ArrayVisualizerProxy(UInt64, Size, String) |
Create a new proxy representing an Array for visualizing in ILNumerics Array Visualizer
[ILNumerics Core Module] |
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] |
Methods
| Name | Description | |
|---|---|---|
| Create(Array) |
Create a new proxy for an existing Array (of any kind). Overload
[ILNumerics Core Module] | |
| Create(ValueType) |
Creates a new proxy for an existing scalar.
[ILNumerics Core Module] | |
| CreateT(BaseArrayT) |
Create a new proxy for an existing ILNumerics array (of any kind)
[ILNumerics Core Module] |
Fields
| Name | Description | |
|---|---|---|
| AddressName | ||
| ElementTypeName | ||
| Is64BitProcessName | ||
| OffsetName | ||
| SizeName | ||
| SourceTypeILArray | ||
| SourceTypeName | ||
| StridesName | ||
| SystemArrayName |
Remarks
[ILNumerics Core Module]
See Also