摘要:
using System.Collections.Generic;using System.Runtime.InteropServices;using System;using System.Diagnostics;staticclassNat{ [StructLayout(LayoutKind.Sequential] struct IO_COUNTERS { public ulong ReadOperationCount; public ulong WriteOperationCount; public ulong OtherOperationCount; public ulong Read 阅读全文
posted @ 2014-01-13 09:41
辛苦小丁
阅读(6438)
评论(0)
推荐(1)
浙公网安备 33010602011771号