IMemoryStatus.TotalVirtualMemory

Fore Syntax

TotalVirtualMemory: Decimal;

Fore.NET Syntax

TotalVirtualMemory: Decimal;

Description

The TotalVirtualMemory property returns total size of virtual memory in bytes.

Example

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

See also:

IMemoryStatus