摘要:
//方法一:利用注册表 using System; using Microsoft.Win32; class CardGrab { public static void Main() { RegistryKey start = Registry.LocalMachine; RegistryKey cardServiceName, networkKey... 阅读全文
posted @ 2008-08-19 13:18
梅桦
阅读(3418)
评论(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
梅桦
阅读(2712)
评论(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
梅桦
阅读(1372)
评论(0)
推荐(0)