using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.Management;
namespace GetPCInfo
{
class HardInfoClass
{
[DllImport("kernel32.dll")]
private static extern int GetVolumeInformation(
...
04
2012
04
一个用C#获取硬件信息的类
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: