IDiaSession::findInputAssemblyFile

检索指定符号的父级的 .NET Native 输入程序集文件。

语法

HRESULT findInputAssemblyFile ( 
    IDiaSymbol* pSymbol,
    IDiaInputAssemblyFile** ppResult
);

参数

pSymbol

[in] IDiaSymbol 这是所需输入程序集的子级。

ppResult

[out]返回一个 IDiaInputAssemblyFile 对象,该对象是指定符号的原始 .NET 程序集。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅