Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets the base index of each dimension in the array.
Syntax
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: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0