Periodic ramblings about .NET and all related topics
Quick links
Volleynerd KB Blog
Golf Blog
Twins+1 Blog
Search Archives:
Site Feed
(Atom)
RSS
Archives
Console.WriteLine( "All Things .NET" );
.NET Nerd Blog Home
10.11.2004
OS Service Pack Level from C#
Unfortunately the
Environment.OSVersion
property doesn't have info about service pack.
So to get service pack info, we have to use Interop to
GetVersionEx
How To Determine the Operating System Service Pack Level in Visual C# .NET
posted by dan @ 5:24 PM |
0 comments
|
PermaLink URL
|
Comments:
Post a Comment