IXCLRDataProcess::GetModuleByAddress 方法
依位址查閱受控模組。
注意
此 API 原本是針對運行時間內部使用所設計。 雖然現在支援第三方使用,但建議您盡可能使用 ICorDebug
和 ICorProfiler
API。
語法
HRESULT GetModuleByAddress(
[in] CLRDATA_ADDRESS address,
[out] IXCLRDataModule **module
);
參數
address
[in]要查閱相關聯模組的位址
module
[out]位於指定位址的Managed模組
備註
提供的 方法是 介面的 IXCLRDataProcess
一部分,並對應至虛擬方法數據表的第 27 個位置。
需求
平台:請參閱系統需求。
標頭: 無
連結庫: 無
.NET Framework 版本: 自 4.7 起提供