开发者

Is64BitWindows From Silverlight OOB?

How 开发者_运维知识库to check if the Windows machine is 32bit or 64bit from Silverlight OOB.


I think this might work

if (AutomationFactory.IsAvailable)
{
   if (Environment.OSVersion.Platform == PlatformID.Win32NT)
   {}
}
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜