I would like to know major hardware supported operating system(generic) functions or the categories of that. Is there any link or reference materials I can refer?
Asked
Active
Viewed 70 times
2 Answers
0
You can use the WMI (Windows Management Instrumentation) .NET library. http://msdn.microsoft.com/en-us/library/aa394582%28v=vs.85%29.aspx
You can loop through ManagementObjects to get information on the drivers currently installed...
http://msdn.microsoft.com/en-us/library/aa394354%28v=VS.85%29.aspx
Also see this post: How can I get the date and version of drivers in C#?