IDiaSession::findInputAssemblyFiles

检索允许客户端循环访问 .NET Native 输入程序集文件的枚举。

语法

HRESULT findInputAssemblyFiles (
   IDiaEnumInputAssemblyFiles** ppResult
);

参数

ppResult

[out]返回一个 IDiaEnumInputAssemblyFiles 对象,该对象包含 .NET Native 输入程序集文件的列表。

返回值

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

另请参阅