共用方式為


ICorDebugDataTarget2::GetSymbolProviderForImage 方法

從模組的基底位址傳回模組的符號提供者。

語法

HRESULT GetSymbolProviderForImage(
    [in] CORDB_ADDRESS imageBaseAddress,
    [out] ICorDebugSymbolProvider **ppSymProvider
);

參數

imageBaseAddress [在]代表模組基底位址的 CORDB_ADDRESS 值。

ppSymProvider [出] ICorDebugSymbolProvider 物件位址的指標。

備註

備註

此方法僅適用於 .NET 原生。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 從 .NET Framework 4.6 開始提供

另請參閱