Class SystemMemoryUsage

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Information.dll

    The class for system memory information.

    public class SystemMemoryUsage
    Inheritance
    object
    SystemMemoryUsage

    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

    View Source

    Cache

    Cache memory (KiB).

    Declaration
    public int Cache { get; }
    Property Value
    Type Description
    int
    View Source

    Free

    Free memory (KiB).

    Declaration
    public int Free { get; }
    Property Value
    Type Description
    int
    View Source

    Swap

    Swap memory (KiB).

    Declaration
    public int Swap { get; }
    Property Value
    Type Description
    int
    View Source

    Total

    Total memory (KiB).

    Declaration
    public int Total { get; }
    Property Value
    Type Description
    int
    View Source

    Used

    Used memory (KiB).

    Declaration
    public int Used { get; }
    Property Value
    Type Description
    int

    Methods

    View Source

    Update()

    Update the system memory information to the latest.

    Declaration
    public void Update()
    Exceptions
    Type Condition
    System.IO.IOException

    Thrown when I/O error occurs while reading from the system.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX