摘要: //方法一:利用注册表 using System; using Microsoft.Win32; class CardGrab { public static void Main() { RegistryKey start = Registry.LocalMachine; RegistryKey cardServiceName, networkKey... 阅读全文
posted @ 2008-08-19 13:18 梅桦 阅读(3381) 评论(0) 推荐(0) 编辑
摘要: class Win32_VideoController : CIM_PCVideoController { uint16 AcceleratorCapabilities[]; string AdapterCompatibility; string AdapterDACType; uint32 AdapterRAM; uint16 Availability; string CapabilityD... 阅读全文
posted @ 2008-08-19 10:55 梅桦 阅读(2693) 评论(0) 推荐(0) 编辑
摘要: class Win32_NetworkAdapterConfiguration : CIM_Setting { boolean ArpAlwaysSourceRoute; boolean ArpUseEtherSNAP; string Caption; string DatabasePath; boolean DeadGWDetectEnabled; string DefaultIPGatew... 阅读全文
posted @ 2008-08-19 10:45 梅桦 阅读(1365) 评论(0) 推荐(0) 编辑