IProcessDataInfoMaximumWorkingSetSize Property |
Win32_Process: Maximum working set size of the process.
The working set of a process is the set of memory pages visible to the process in
physical RAM. These pages are resident, and available for an application to use
without triggering a page fault.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int MaximumWorkingSetSize { get; set; }
Property MaximumWorkingSetSize As Integer
Get
Set
property int MaximumWorkingSetSize {
int get ();
void set (int value);
}
abstract MaximumWorkingSetSize : int with get, set
Property Value
Type:
Int32
The maximum size of the working set.
See Also