ICorDebugArrayValue::GetElement Method
Gets the value of the given array element.
Syntax
HRESULT GetElement (
[in] ULONG32 cdim,
[in, size_is(cdim), length_is(cdim)]
ULONG32 indices[],
[out] ICorDebugValue **ppValue
);
Parameters
cdim
[in] The number of dimensions of this ICorDebugArrayValue
object.
This value is also the size of the indices
array because its size is equal to the number of dimensions of the ICorDebugArrayValue
object.
indices
[in] An array of index values, each of which specifies a position within a dimension of the ICorDebugArrayValue
object.
This value must not be null.
ppValue
[out] A pointer to the address of an ICorDebugValue object that represents the value of the specified element.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0