Description
The VMSize
property returns the amount of virtual memory (in kilobytes) committed to the specified application process.
Declaration
TestObj.VMSize
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
An integer value holding the process virtual memory size, in kilobytes.
Remarks
The VMSize
property returns the same value that Windows Task Manager reports in the Commit Size column.