- Notifications
You must be signed in to change notification settings - Fork3
.NET Standard library to fill the need for Microsoft.VisualBasic.Devices.ComputerInfo on Windows, macOS, and Linux
License
NotificationsYou must be signed in to change notification settings
NickStrupat/ComputerInfo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
.NET Standard 2.0 library to fill the need forMicrosoft.VisualBasic.Devices.ComputerInfo
on Windows, macOS, and Linux.
- Windows: All members are implemented
- Linux: All but
GetTotalVirtualMemory()
andGetAvailableVirtualMemory()
are implemented - macOS: All but
GetAvailablePhysicalMemory()
,GetTotalVirtualMemory()
, andGetAvailableVirtualMemory()
are implemented
NuGet package listed on nuget.org athttps://www.nuget.org/packages/ComputerInfo/