Skip to content

ComputingScienceCuriosity/OsVersionInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OsVersionInfo

Project for my needs, used to retrieve some informations about Windows operating system with C#/.NET (eg : os version, service pack, ...).

OsCurrentInfo.Edition => The edition of the OS (Pro, Premium, ...);
OsCurrentInfo.OsBits => The bitness of the OS; OsCurrentInfo.ProcessorBits => The bitness of the Processor; OsCurrentInfo.ProgramBits => The bitness of the current Process; OsCurrentInfo.ServicePack => The service pack of the OS; OsCurrentInfo.Version => The version of the OS (Windows 10, 8.1, 8, 7, Vista, XP).

About

Project for my needs, used to retrieve some informations about Windows operating system (eg : version, service pack ...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages