OriginalFilename
using System; using System.Diagnostics; class MainClass { static void Main(string[] args) { FileVersionInfo info = FileVersionInfo.GetVersionInfo("c:\\a.txt"); Console.WriteLine("Original Filename: " + info.OriginalFilename); } }
1. | FileVersionInfo.FileName | ||
2. | ProductName | ||
3. | ProductVersion | ||
4. | CompanyName | ||
5. | FileVersion | ||
6. | FileDescription | ||
7. | LegalCopyright | ||
8. | InternalName | ||
9. | IsDebug | ||
10. | IsPatched | ||
11. | IsPreRelease | ||
12. | IsPrivateBuild | ||
13. | IsSpecialBuild |