IDiaInputAssemblyFile

Accesses information that describes an input or source assembly file for a .NET Native binary.

Syntax

IDiaInputAssemblyFile : IUnknown

Methods

The following table shows the methods of IDiaInputAssemblyFile.

Method Description
IDiaInputAssemblyFile::get_uniqueId Retrieves a unique identifier for the file.
IDiaInputAssemblyFile::get_index Retrieves the file index.
IDiaInputAssemblyFile::get_timestamp Retrieves the time stamp.
IDiaInputAssemblyFile::get_pdbAvailableAtILMerge Retrieves a flag that indicates whether the PDB was available at the creation of the .NET Native binary.
IDiaInputAssemblyFile::get_fileName Retrieves the orginal assembly file name.
IDiaInputAssemblyFile::get_version Retrieves the version of the orginal assembly.

Remarks

Obtain this interface by calling one of the IDiaSession::findInputAssemblyFile, IDiaSession::findInputAssembly, IDiaSession::findInputAssemblyById, or IDiaSymbol::findInputAssemblyFile methods. You can also enumerate the .NET Native input assembly files with the IDiaEnumInputAssemblyFiles interface.

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia140.dll

See also