The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Environment::WorkingSet Property
.NET Framework (current version)
Gets the amount of physical memory mapped to the process context.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Int64A 64-bit signed integer containing the number of bytes of physical memory mapped to the process context.
This property always returns zero.
The following example displays the size of the working set of the computer that runs the code example.
EnvironmentPermission
for full access to the resource protected by this permission. Associated enumeration: PermissionState::Unrestricted
.NET Framework
Available since 1.1
Available since 1.1
Show: