L3tum / HardwareInformation

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

Update to use CPUID #1

Closed L3tum closed 5 years ago

L3tum commented 5 years ago

Rather than a thin layer atop of OS features this library now collects information right from the source, via cpuid. This, together with some other improvements, also allows better control and easier addition of more features in the future.