开发者

How to detect 32-bit or 64-bit OS in Flex?

开发者 https://www.devze.com 2023-02-17 23:16 出处:网络
I need to detect 32-bit or 64-bit OS through Flex. var osName : String = Capabilities.os; This only gives Windows XP or Windows 7. I need to detect 64-bit Windows XP. Pl开发者_开发问答ease advise.

I need to detect 32-bit or 64-bit OS through Flex.

var osName : String = Capabilities.os;

This only gives Windows XP or Windows 7. I need to detect 64-bit Windows XP. Pl开发者_开发问答ease advise.


Does Capabilities.supports64BitProcesses do the trick for you?

0

精彩评论

暂无评论...
验证码 换一张
取 消