xtd 0.2.0
Loading...
Searching...
No Matches

◆ working_set()

static int64 xtd::environment::working_set ( )
static

Gets the amount of physical memory mapped to the process context.

Returns
Int64 A 64-bit signed integer containing the number of bytes of physical memory mapped to the process context.
Remarks
Windows 98, Windows Millennium Edition, Linux, macOS, Android,... Platform Note: This property always returns zero.
Example
The following example displays the size of the working set of the computer that runs the code example.