1

Is it possible in C# to detect that any hardware attached to computer has stopped working! If yes then how?

wonea
  • 4,783
  • 17
  • 86
  • 139
Zain Ali
  • 15,535
  • 14
  • 95
  • 108

1 Answers1

1

Depending on the type of hardware, WMI tells you lots about the hardware. Specifically, here is a list of hardware that WMI can provide information about.

Martin
  • 2,442
  • 14
  • 15