We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ca6d8 + 37393af commit 767e4c1Copy full SHA for 767e4c1
PLP-SystemInfo/ComponentInfo.cs
@@ -87,21 +87,20 @@ public static long GetInstalledRAMSize()
87
return memSize;
88
}
89
90
- //public static long GetTotalUsableRam()
91
- //{
92
- // return 0;
93
- //}
94
-
95
- //public static long GetRamInUse()
96
97
98
+ public static long GetTotalUsableRam()
+ {
+ throw new NotImplementedException();
+ }
99
100
- //public static long GetAvailableRam()
101
+ public static long GetRamInUse()
102
103
104
+ public static long GetAvailableRam()
105
106
public static string GetGraphicscardName()
107
{
0 commit comments