共用方式為


METADATA_ADDRESS_PARAM

這個結構代表方法或函式的參數。

語法

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

成員

tokMethod
參數所屬之方法的標識碼。

tokParam
參數的標識碼。

dwIndex
參數清單中的參數索引。

備註

當 結構的欄位設定ADDRESS_KIND_PARAM為 時dwKind,這個結構是DEBUG_ADDRESS_UNION結構中聯集的DEBUG_ADDRESS_UNION一部分(來自ADDRESS_KIND列舉的值)。

需求

標頭:sh.h

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

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱