IMemoryStatus.TotalPhysicalMemory

Fore Syntax

TotalPhysicalMemory: Decimal;

Fore.NET Syntax

TotalPhysicalMemory: Decimal;

Description

The TotalPhysicalMemory property returns total size of physical memory in bytes.

Example

The example of use is given in description of the IWinApplication.GetMemoryStatus method.

See also:

IMemoryStatus