retdec
|
#include <dotnet_plain_getter.h>
Public Member Functions | |
DotnetPlainGetter (FileInformation &fileInfo) | |
virtual std::size_t | loadInformation (std::vector< std::string > &desc, std::vector< std::string > &info) const override |
![]() | |
SimpleGetter (FileInformation &fileInfo) | |
Additional Inherited Members | |
![]() | |
FileInformation & | fileinfo |
Getter for information about .NET
retdec::fileinfo::DotnetPlainGetter::DotnetPlainGetter | ( | FileInformation & | fileInfo | ) |
Constructor
fileInfo | Information about file |
|
overridevirtual |
Load information about file
desc | Vector for save descriptions of information |
info | Vector for save information about file |
Before loading information about file, everything from vectors desc and info is deleted
Implements retdec::fileinfo::SimpleGetter.