Contents
Display Legacy Contents

 Print
    Get System Information    
Gets the information about operating system.

Parameters

Platform <string>

The control or variable to save the Platform of the operating system. Please see the possible values in the notes section.

 
Major Version <string>

The control or variable to save the Major Version. Please see in the notes the possible values for this parameter.

 
Minor Version <string>

The control or variable to save the Minor Version. Please see in the notes the possible values for this parameter.

 
Build <string>

The control or variable to save the Build number.

 
Processor Architecture <string>

The control or variable to save the Processor Architecture. Please see in the notes the possible values for this parameter.
   
Device Manufacturer <string>
  Retrieves the device manufacturer if registered in the system information. Windows Mobile/CE do not report this.
   
Device Model<string>
  Retrieves the device model if registered in the system information. Windows Mobile/CE do not report this.
   
Device Serial Number <string>
  Retrieves the device serial number if registered in the system information. Windows Win32 (Desktop/Mobile/CE) do not report this.
In Android and Windows 10 this reports the registered hardware serial number that normally matches the manufacturer serial number. It is different from the value reported by action GetSerialNumber as that value is an application specific device serial number reported by the O.S..

     
  • The possible values for Platform, Windows Major Version and Windows Minor Version are:
    • 0 - Unknow
    • 1 - Windows32 (Windows 95, Windows 98)
    • 2 - Windows32_NT (Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP or Window 2000)
    • 3 - Windows32_CE
    • 4 - Windows32_CE PocketPC2003
    • 5 - Windows32_CE WindowsMobile5
    • 6 - Windows32_CE WindowsMobile6
    • 1xxx - Android (xxx is the API version, for example 1015 for Ice Cream Sandwich)
    • 2xxx - Windows 10
  • The possible value for Processor Architecture are:
    • 0 - Unknow
    • 1 - x86 Intel (Win32)
    • 2 - Intel Itanium Processor Family (Win32)
    • 3 - x64 AMD or Intel (Win32)
    • 4 - Intel (WinCE)
    • 5 - MIPS (WinCE)
    • 6 - SH3 (WinCE)
    • 7 - SH4 (WinCE)
    • 8 - ARM4 (WinCE)
    • 1001 - ARM (Android)
    • 1002 - MIPS (Android)
    • 1003 - x86 (Android)
    • 1004 - x64 (Android)

See also
Samples

 
 
Updated: 3/31/2017 9:53 AM