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

 

相关文章: