Skip to main content Skip to complementary content

Get the version of the operating system

Get the version of the operating system by using the OSVersion method.

Example

The client sends:

{ "jsonrpc": "2.0", "id": 2, "method": "OSVersion", "handle": -1, "params": [] }

The engine returns:

{ "jsonrpc": "2.0", "id": 2, "result": { "qReturn": "6.1.7601" } }

The version of the operation system is displayed.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!