The amount of space in bytes currently allocated to objects that are thought to be alive. This may include space that is soon to be freed.
[Visual Basic] Public Shared ReadOnly Property TotalMemory As Integer [C#] public static int TotalMemory {get;} [C++] public: __property static int get_TotalMemory(); [JScript] public static function get TotalMemory() : int;
The number of bytes currently allocated.
Exception Type | Condition |
---|---|
SecurityException | is thrown if the caller doesn't have SystemInfoPermission. |