Get OS Version : Environment Setting « Windows System « VB.Net






Get OS Version

Get OS Version
  

Imports System


Public Class MainClass

   Shared Sub Main()
        Console.WriteLine("OSVersion:          " & System.Environment.OSVersion.VersionString)
   End Sub 

End Class
           
         
    
  








Related examples in the same category

1.Get System Exit CodeGet System Exit Code
2.Has Shutdown StartedHas Shutdown Started
3.Get Machine NameGet Machine Name
4.Get System New Line CodeGet System New Line Code
5.Get Processor CountGet Processor Count
6.Get Sysstem DirectoryGet Sysstem Directory
7.Get Tick CountGet Tick Count
8.Get .Net Runtime Environment Version NumberGet .Net Runtime Environment Version Number
9.Get Working SetGet Working Set
10.Display System Stack TraceDisplay System Stack Trace
11.List your environment SettingList your environment Setting
12.Get Environment Variable by NameGet Environment Variable by Name
13.Adding Favorites
14.Use the Environment.GetFolderPath method to return and display the path associated with the folder parameter.