ICorDebugArrayValue::GetDimensions Method
Gets the number of elements in each dimension of this array.
Syntax
HRESULT GetDimensions (
[in] ULONG32 cdim,
[out, size_is(cdim), length_is(cdim)]
ULONG32 dims[]
);
Parameters
cdim
[in] The number of dimensions of this ICorDebugArrayValue object.
This value is also the size of the dims
array because its size is equal to the number of dimensions of the ICorDebugArrayValue
object.
dims
[out] An array of integers, each of which specifies the number of elements in a dimension in this ICorDebugArrayValue
object.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.