Serial Framework C++ Edition
Public Member Functions | List of all members
CwclOsVersion Class Reference

The class provides information about OS version. More...

#include <wclHelpers.h>

Public Member Functions

 CwclOsVersion ()
 Creates new object of the version reading class.
 
bool GetIsWinIot ()
 Checks if software runs on Windows 10 IoT.
 
 __declspec (property(get=GetIsWinIot)) bool IsWinIot
 Checks if software runs on Windows 10 IoT.
 
wclWinVer GetOsVersion ()
 Gets Windows OS version.
 
 __declspec (property(get=GetOsVersion)) wclWinVer OsVersion
 Gets Windows OS version.
 
unsigned short GetOsBuild ()
 Gets the OS build number.
 
 __declspec (property(get=GetOsBuild)) unsigned short OsBuild
 Gets the OS build number.
 

Detailed Description

The class provides information about OS version.