METADATA_ADDRESS_ARRAYELEM

此结构表示数组中的数组元素。

语法

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

成员

tokMethod
此元素所属的数组的 ID。

[C++] _mdToken是 32 位int的一个 typedef

dwIndex
数组中此元素的索引。

备注

当结构字段设置为(来自ADDRESS_KIND枚举的值)时dwKind,此结构是DEBUG_ADDRESS_UNION结构中的联合的一部分。ADDRESS_KIND_ARRAYELEM DEBUG_ADDRESS_UNION

要求

标头:sh.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

另请参阅