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