State¶
Leafs
-
class
System.Memory.
State
¶ Bases:
Entity
Class Hierarchy:
System
Memory
State
This class represents state data.
Operational state data for system memory
-
physical
¶ Reports the total physical memory available on the system
type: int
range: 0..18446744073709551615config: False
units: bytes
-
reserved
¶ Memory reserved for system use
type: int
range: 0..18446744073709551615config: False
units: bytes
-