Mis*_*Dev 2 .net c# 64-bit
如何使我的编译针对Windows 64位进行优化?
Tim*_*hyP 6
您可能还想在运行时进行检查,以确保:
using System; using System.Runtime.InteropServices; class SystemChecker { static bool Is64Bit { get { return Marshal.SizeOf(typeof(IntPtr)) == 8; } } }
归档时间:
17 年,8 月 前
查看次数:
4259 次
最近记录:
13 年,9 月 前