
.NET SDK provides System.ServiceProcess namespace to deal with tasks related to services running on a system. Since device drivers are treated as system services, we are able to find some methods and properties in the namespace to enumerate all the device drivers installed on a system.
|