IDebugArrayObject2
Important
In Visual Studio 2015, this way of implementing expression evaluators is deprecated. For information about implementing CLR expression evaluators, please see CLR Expression Evaluators and Managed Expression Evaluator Sample.
Represents a managed array object, and allows an expression evaluator (EE) to determine the base index (lower bounds) for the array.
Syntax
IDebugArrayObject2 : IDebugArrayObject
Notes for Implementers
This is implemented by the managed debug engine (DE).
Methods
In addition to the methods on the IDebugArrayObject interface, this interface implements the following methods:
Method | Description |
---|---|
GetBaseIndices | Retrieves the base indices (lower bounds) for each index given the number of dimensions in the array. |
HasBaseIndices | Determines if the array has base indices (lower bounds) defined. |
Remarks
An expression evaluator uses this interface to represent managed arrays in a parse tree.
Requirements
Header: Ee.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll