获取位于给定位置的元素,并将此数组视为从零开始的一维数组。
语法
HRESULT GetElementAtPosition (
[in] ULONG32 nPosition,
[out] ICorDebugValue **ppValue
);
参数
nPosition
[in]要检索的元素的位置。
ppValue
[out]指向表示元素值的 ICorDebugValue 对象的地址的指针。
注解
多维数组的布局遵循数组布局的 C++ 样式。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用