Environment: WorkingSet (get)

WorkingSet

Returns the amount of physical memory the current application is allocated.

 Public Property Get WorkingSet ( ) As Long

Return Values

Long -  The amount of memory allocated to the application.

Remarks

This method only works for NT installations. 95, 98, and ME will receive a 0 when this method is called.

Read Only.

See Also

Project VBCorLib Overview | Class Environment Overview