Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.Information.dll
The class for system memory information.
public class SystemMemoryUsage
- Inheritance
-
Constructors
View Source
SystemMemoryUsage()
The constructor of MemoryInformation class.
Declaration
public SystemMemoryUsage()
Exceptions
Type |
Condition |
System.IO.IOException |
Thrown when an I/O error occurs while reading from the system.
|
Properties
Declaration
public int Cache { get; }
Property Value
Declaration
Property Value
Declaration
Property Value
Declaration
public int Total { get; }
Property Value
Declaration
Property Value
Methods
View Source
Update()
Update the system memory information to the latest.
Declaration
Exceptions
Type |
Condition |
System.IO.IOException |
Thrown when I/O error occurs while reading from the system.
|