Interface IMemoryInformation
- All Known Subinterfaces:
IMemoryUsageCalculationOperation
public interface IMemoryInformation
Memory information
- Author:
- I-D Media AG
-
Method Details
-
getMemoryTotal
Get the total memory- Returns:
-
getMemoryInUse
Get the amount of memory currently in use- Returns:
-
getMemoryFree
Get the free memory- Returns:
-
getMemoryInUsePercent
Get the amount of memory in use (in percent)- Returns:
-
getMemoryInUserPercentInt
int getMemoryInUserPercentInt()Get the amount of memory in use (in percent)- Returns:
-