IDiaSymbol::findInputAssemblyFile
检索 .NET Native 输入程序集文件,该文件是符号的父级。
语法
HRESULT findInputAssemblyFile(
[out] IDiaInputAssemblyFile** ppResult);
参数
ppResult
[out]返回 IDiaInputAssemblyFile'。
返回值
如果成功,则返回 S_OK
;否则,返回 S_FALSE
或错误代码。
注意
返回值 S_FALSE
表示符号不是来自 .NET 本机输入程序集。