Returns a partial list of properties in the System.Diagnostics.FileVersionInfo and their values.
A list of the following properties in this class and their values:
FileVersionInfo.FileName, FileVersionInfo.InternalName, FileVersionInfo.OriginalFilename, FileVersionInfo.FileVersion, FileVersionInfo.FileDescription, FileVersionInfo.ProductName, FileVersionInfo.ProductVersion, FileVersionInfo.IsDebug, FileVersionInfo.IsPatched, FileVersionInfo.IsPreRelease, FileVersionInfo.IsPrivateBuild, FileVersionInfo.IsSpecialBuild,
If the file did not contain version information, this list will contain only the name of the requested file. Boolean values will be false, and all other entries will be null.