IXCLRDataValue::GetArrayElement Method
Gets a value corresponding to a given element in an array.
Note
This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug
and ICorProfiler
APIs when possible.
Syntax
HRESULT GetArrayElement(
[in] ULONG32 numInd,
[in, size_is(numInd)] LONG32 indicies[],
[out] IXCLRDataValue **value
);
Parameters
numInd
[in] The number of indicies required to access the array element and contained in the indicies
array.
indicies
[in] The indicies required to access the array element.
value
[out] The value of the given element in the array.
Remarks
The provided method is part of the IXCLRDataValue
interface and corresponds to the 25th slot of the virtual method table.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7