Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.12 KB

icordebugarrayvalue-interface.md

File metadata and controls

55 lines (42 loc) · 2.12 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugArrayValue Interface
ICorDebugArrayValue Interface
03/30/2017
ICorDebugArrayValue
mscordbi.dll
COM
ICorDebugArrayValue interface
ICorDebugArrayValue interface [.NET Framework debugging]
dc437751-7093-44e2-bfdc-191d9ce3c192
apiref

ICorDebugArrayValue Interface

A subclass of ICorDebugHeapValue that represents a single-dimensional or multi-dimensional array.

Methods

Method Description
GetBaseIndicies Method Gets the base index of each dimension in the array.
GetCount Method Gets the total number of elements in the array.
GetDimensions Method Gets the dimensions of the array.
GetElement Method Gets a value representing the given element in the array.
GetElementAtPosition Method Gets the element at the given position, treating the array as a zero-based, single-dimensional array.
GetElementType Method Gets the simple type of the elements in the array.
GetRank Method Gets the number of dimensions in the array.
HasBaseIndicies Method Determines whether the array has base indexes.

Remarks

ICorDebugArrayValue supports both single-dimensional and multi-dimensional arrays.

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also