Environment: WorkingSet (get)

WorkingSet

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



 Public Property Get WorkingSet ( ) As Currency

Return Values

Currency -  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 CorLib Overview

Class Environment Overview