ICorDebugArrayValue::GetBaseIndicies Method
Gets the base index of each dimension in the array.
HRESULT GetBaseIndicies (
[in] ULONG32 cdim,
[out, size_is(cdim), length_is(cdim)]
ULONG32 indicies[]
);
Parameters
cdim
[in] The number of dimensions of this ICorDebugArrayValue object. This value is also the size of the indicies array because its size is equal to the number of dimensions of the ICorDebugArrayValue object.indicies
[out] An array of integers, each of which is the base index (that is, the starting index) of a dimension of this ICorDebugArrayValue object.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0, 1.1, 1.0