从该模块的基址返回模块的符号提供程序。
Syntax
HRESULT GetSymbolProviderForImage(
[in] CORDB_ADDRESS imageBaseAddress,
[out] ICorDebugSymbolProvider **ppSymProvider
);
参数
imageBaseAddress [in]表示模块基址 的CORDB_ADDRESS 值。
ppSymProvider [out]指向 ICorDebugSymbolProvider 对象的地址的指针。
注解
注释
此方法仅适用于 .NET Native。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 4.6 起可用