C#判断系统是32位还是64位

bool type;
type = Environment.Is64BitOperatingSystem;
Console.WriteLine(type);

 

posted @ 2017-01-17 11:07  wzwyc  阅读(413)  评论(0)    收藏  举报