ICorDebugArrayValue Interface
A subclass of ICorDebugHeapValue that represents a single-dimensional or multi-dimensional array.
Methods
Method |
Description |
---|---|
Gets the base index of each dimension in the array. |
|
Gets the total number of elements in the array. |
|
Gets the dimensions of the array. |
|
Gets a value representing the given element in the array. |
|
Gets the element at the given position, treating the array as a zero-based, single-dimensional array. |
|
Gets the simple type of the elements in the array. |
|
Gets the number of dimensions in the array. |
|
Determines whether the array has base indexes. |
Remarks
ICorDebugArrayValue supports both single-dimensional and multi-dimensional arrays.
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0