04 2018 档案

摘要:using System; using System.Windows.Forms; using Microsoft.Win32; // for the registry table using System.Runtime.InteropServices; // for the P/Invoke namespace WindowsApplication1 { public part... 阅读全文
posted @ 2018-04-30 17:58 Hello_2018 阅读(1404) 评论(0) 推荐(0)
摘要:Stopwatch 通过计算基础计时器机制中的计时器刻度来测量运行时间。 如果已安装的硬件和操作系统支持高分辨率性能计数器,则 Stopwatch 类使用该计数器来测量运行时间。 否则为 Stopwatch 类使用系统计时器来测量运行时间。 使用 Frequency 和 IsHighResoluti 阅读全文
posted @ 2018-04-28 16:09 Hello_2018 阅读(3725) 评论(0) 推荐(0)