Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure represents an array element within an array.
typedef struct _tagMETADATA_ADDRESS_ARRAYELEM {
_mdToken tokMethod;
DWORD dwIndex;
} METADATA_ADDRESS_ARRAYELEM;
public struct METADATA_ADDRESS_ARRAYELEM {
public int tokMethod;
public uint dwIndex;
}
Terms
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