Is it possible in C# to detect that any hardware attached to computer has stopped working! If yes then how?
Asked
Active
Viewed 505 times
1
-
2Depends on the hardware. This needs more data in order to be answerable. – Marc LaFleur Jul 12 '11 at 12:17
-
I want to create a general software.That will intimate user about any hardware(Periphrel) attached to computer failure. – Zain Ali Jul 12 '11 at 12:19
1 Answers
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
-
-
1Search this site, for example http://stackoverflow.com/questions/3477077/get-pcs-monitor-information-using-net-wmi – Martin Jul 12 '11 at 12:24