METADATA_ADDRESS_ARRAYELEM

This structure represents an array element within an array.

Syntax

public struct METADATA_ADDRESS_ARRAYELEM {
    public int  tokMethod;
    public uint dwIndex;
}

Members

tokMethod
The ID of the array this element is a part of.

[C++] _mdToken is a typedef for a 32-bit int.

dwIndex
The index of this element within the array.

Remarks

This structure is part of the union in the DEBUG_ADDRESS_UNION structure when the dwKind field of the DEBUG_ADDRESS_UNION structure is set to ADDRESS_KIND_ARRAYELEM (a value from the ADDRESS_KIND enumeration).

Requirements

Header: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also