Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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 original assembly file name. |
IDiaInputAssemblyFile::get_version |
Retrieves the version of the original 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