operating system - How to get all os installed in a computer using C#? -


all

i trying detect operating system name , version computer using c#.

for example, if user installed windows 7 , windows 8.1 in 1 computer.

i have 2 items os names , versions.

i have searched google, cannot find information this.

any has idea how approach?

i use following:

osinfo.name 

this give name of operating system.

osinfo.edition 

this give edition.

osinfo.versionstring 

this give version.

i'm sure can play around want.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -