Skip to content

NickStrupat/ComputerInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputerInfo

.NET Standard 2.0 library to fill the need for Microsoft.VisualBasic.Devices.ComputerInfo on Windows, macOS, and Linux.

  • Windows: All members are implemented
  • Linux: All but GetTotalVirtualMemory() and GetAvailableVirtualMemory() are implemented
  • macOS: All but GetAvailablePhysicalMemory(), GetTotalVirtualMemory(), and GetAvailableVirtualMemory() are implemented

Installation

NuGet package listed on nuget.org at https://www.nuget.org/packages/ComputerInfo/

NuGet Status

About

.NET Standard library to fill the need for Microsoft.VisualBasic.Devices.ComputerInfo on Windows, macOS, and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages