METADATA_ADDRESS_PARAM

此结构表示方法或函数的参数。

语法

public struct METADATA_ADDRESS_PARAM {
   public int  tokMethod;
   public int  tokParam;
   public uint dwIndex;
}

成员

tokMethod
参数所属的方法的 ID。

tokParam
参数的 ID。

dwIndex
参数列表中的参数索引。

备注

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

要求

标头:sh.h

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

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

另请参阅