Click or drag to resize

MEMORYSTATUSEX Structure

struct to retrive memory status

Namespace:  ABB.Robotics.Diagnostics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public struct MEMORYSTATUSEX

The MEMORYSTATUSEX type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fielddwLength
length
Public fielddwMemoryLoad
used memory
Public fieldullAvailExtendedVirtual
available extended memory
Public fieldullAvailPageFile
available page file
Public fieldullAvailPhys
availabe physical memory
Public fieldullAvailVirtual
avaliable virtual memory
Public fieldullTotalPageFile
total page file
Public fieldullTotalPhys
total physical memory
Public fieldullTotalVirtual
total virtual memory
Top
See Also