Click or drag to resize

MemoryUsage Properties

The MemoryUsage type exposes the following members.

Properties
  NameDescription
Public propertypercent_used
Percentage of the environment's memory capacity that is being used.
Public propertytotal
Total amount of the environment's memory capacity, in KB or GB format.
Public propertytotal_bytes
Total number of bytes available in the environment's memory capacity.
Public propertyused
Amount of memory capacity used, in KB or GB format.
Public propertyused_bytes
Number of bytes used in the environment's memory capacity.
Top
See Also