取得方法表的資料。
Note
此 API 原本是針對運行時間內部使用所設計。 雖然現在支援第三方使用,但建議您盡可能使用 ICorDebug 和 ICorProfiler API。
Syntax
HRESULT GetMethodTableData(CLRDATA_ADDRESS mt, struct DacpMethodTableData *data);
Parameters
mt
[在]方法表的位址。
data
[出]一個指向 DacpMethodTableData 結構 的指標,該結構接收方法表資料。
Remarks
所提供的方法是介面的一部分 ISOSDacInterface ,對應虛擬方法表的第 38 個插槽。
要求
平台:請參閱系統需求。
標題: 沒
圖書館: 沒
.NET Framework 版本:自 4.7 版本起可用