System.TotalMemory (property)
Syntax |
System.TotalMemory
|
Description | Returns a Long representing the number of bytes of available free memory in Windows. |
Example |
This example displays the total system memory.
|
See Also | System.FreeMemory (property); System.FreeResources (property); Basic.FreeMemory (property). |