user1744147
user1744147

Reputation: 1145

Windows 10 get UAP version

How do I get programatically current Windows 10 UAP version?

I did not find any suitable class or method.

GetVersionEx does not seem to be supported.

Upvotes: 0

Views: 549

Answers (1)

Peter Torr
Peter Torr

Reputation: 12019

For things like metrics and analytics, you can use the new AnalyticsInfo class. The version number you get is a string-ized representation of the four-part version number (major.minor.revision.build).

Upvotes: 1

Related Questions