Skip to content

Commit 767e4c1

Browse files
committed
2 parents d9ca6d8 + 37393af commit 767e4c1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

PLP-SystemInfo/ComponentInfo.cs

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,20 @@ public static long GetInstalledRAMSize()
8787
return memSize;
8888
}
8989

90-
//public static long GetTotalUsableRam()
91-
//{
92-
// return 0;
93-
//}
94-
95-
//public static long GetRamInUse()
96-
//{
97-
// return 0;
98-
//}
90+
public static long GetTotalUsableRam()
91+
{
92+
throw new NotImplementedException();
93+
}
9994

100-
//public static long GetAvailableRam()
101-
//{
95+
public static long GetRamInUse()
96+
{
97+
throw new NotImplementedException();
98+
}
10299

103-
// return 0;
104-
//}
100+
public static long GetAvailableRam()
101+
{
102+
throw new NotImplementedException();
103+
}
105104

106105
public static string GetGraphicscardName()
107106
{

0 commit comments

Comments
 (0)