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