L3tum / HardwareInformation

.NET Standard Cross-Platform Hardware Information Gatherer
MIT License
56 stars 11 forks source link

Refactor WindowsInformationProvider #27

Closed L3tum closed 3 years ago

L3tum commented 3 years ago

WindowsInformationProvider makes extensive use of WMI, but with less than desirable code. Replacing the loops with accessors and the like would net some positives.