- Only for .NET assembly
System.Reflection.Assembly AssemblyFileInfo = System.Reflection.Assembly.Load(FileAppPath);
Console.WriteLine (AssemblyFileInfo.GetName().Version); - For all .NET and native assembly
FileVersionInfo AssemblyFileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(FileAppPath);
Console.WriteLine(AssemblyFileVersion.FileVersion)
giovedì 9 luglio 2009
Get the version information of an extern assembly
We have more ways to get the information of an assembly, the most two I use are:
Iscriviti a:
Commenti sul post (Atom)
4 commenti:
rofl,
Good job man, I like it a lot!!!
I'll join you immediately, thanks for the info.
Ciao Luiji, io sono brasiliano, parlo poco italian, lavoro qua in germany, gelateria. io lavorarava in Brasil come software developer con Delphi i Oracle. Adesso voglio emparare programare per Windows Mobile. Cé MSN tu?
Ciao Itarci,
Non uso MSN preferisco GTtalk o SkyPe, comunque fammi sapere cosa ti interessa e ti to delle dritte magari per email.
Ciao.
thanks for sharing your site. there are lots of ebooks are available here
http://feboook.blogspot.com
Posta un commento