Click or drag to resize

ProcessDataInfoMinimumWorkingSetSize 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
[DataMemberAttribute]
public int MinimumWorkingSetSize { get; set; }

Property Value

Type: Int32
The minimum size of the working set.

Implements

IProcessDataInfoMinimumWorkingSetSize
See Also