The amount of virtual memory (in kilobytes) the process is currently using.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property VMSize As Integer
Get
Dim instance As IProcess
Dim value As Integer
value = instance.VMSize
property int VMSize {
int get ();
}
Property Value
Type:
Int32Exceptions See Also