访问描述 .NET 本机二进制文件的输入或源程序集文件的信息。
语法
IDiaInputAssemblyFile : IUnknown
方法
下表显示了 IDiaInputAssemblyFile
的方法。
方法 | DESCRIPTION |
---|---|
IDiaInputAssemblyFile::get_uniqueId |
检索文件的唯一标识符。 |
IDiaInputAssemblyFile::get_index |
检索文件索引。 |
IDiaInputAssemblyFile::get_timestamp |
检索时间戳。 |
IDiaInputAssemblyFile::get_pdbAvailableAtILMerge |
检索一个标志,该标志指示在创建 .NET Native 二进制文件时是否提供 PDB。 |
IDiaInputAssemblyFile::get_fileName |
检索原始程序集文件名。 |
IDiaInputAssemblyFile::get_version |
检索原始程序集的版本。 |
注解
通过调用其中IDiaSession::findInputAssemblyFile
一个、IDiaSession::findInputAssembly
IDiaSession::findInputAssemblyById
或IDiaSymbol::findInputAssemblyFile
方法获取此接口。 还可以使用 IDiaEnumInputAssemblyFiles
接口枚举 .NET Native 输入程序集文件。
要求
标头:Dia2.h
库:diaguids.lib
DLL:msdia140.dll