Udostępnij przez


IDiaInputAssemblyFile

Uzyskuje dostęp do informacji opisujących plik zestawu wejściowego lub źródłowego dla pliku binarnego platformy .NET Native.

Składnia

IDiaInputAssemblyFile : IUnknown

Metody

W poniższej tabeli przedstawiono metody IDiaInputAssemblyFile.

Metoda Opis
IDiaInputAssemblyFile::get_uniqueId Pobiera unikatowy identyfikator pliku.
IDiaInputAssemblyFile::get_index Pobiera indeks plików.
IDiaInputAssemblyFile::get_timestamp Pobiera sygnaturę czasową.
IDiaInputAssemblyFile::get_pdbAvailableAtILMerge Pobiera flagę wskazującą, czy plik PDB był dostępny podczas tworzenia pliku binarnego .NET Native.
IDiaInputAssemblyFile::get_fileName Pobiera oryginalną nazwę pliku zestawu.
IDiaInputAssemblyFile::get_version Pobiera wersję oryginalnego zestawu.

Uwagi

Uzyskaj ten interfejs, wywołując jedną z IDiaSession::findInputAssemblyFilemetod , IDiaSession::findInputAssembly, IDiaSession::findInputAssemblyByIdlub IDiaSymbol::findInputAssemblyFile . Można również wyliczyć pliki zestawów wejściowych platformy .NET Native za pomocą interfejsu IDiaEnumInputAssemblyFiles .

Wymagania

Nagłówek: Dia2.h

Biblioteka: diaguids.lib

BIBLIOTEKA DLL: msdia140.dll

Zobacz także