IMemoryStatus.TotalVirtualMemory

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 IApplication.GetMemoryStatus method.

See also:

IMemoryStatus