IsPatched
using System;
using System.Diagnostics;
class MainClass {
static void Main(string[] args) {
FileVersionInfo info = FileVersionInfo.GetVersionInfo("c:\\a.txt");
Console.WriteLine("IsPatched: " + info.IsPatched);
}
}
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
|