IProcessDataInfoMinimumWorkingSetSize Property |
Win32_Process: Minimum 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 MinimumWorkingSetSize { get; set; }
Property MinimumWorkingSetSize As Integer
Get
Set
property int MinimumWorkingSetSize {
int get ();
void set (int value);
}
abstract MinimumWorkingSetSize : int with get, set
Property Value
Type:
Int32
The minimum size of the working set.
See Also