How to determine if application is ran on 64 bit OS? (Adobe AIR )
How to determine if an applicati开发者_StackOverflowon (e.g. Adobe AIR) is running on a 64-bit OS? What function could one use to check this? (Code sample, please.)
I found one simple solution... Are there any others?
use the Capabilities class. You can get the OS, also there are many other details you can get.
精彩评论