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; }
<DataMemberAttribute>
Public Property MinimumWorkingSetSize As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int MinimumWorkingSetSize {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract MinimumWorkingSetSize : int with get, set
[<DataMemberAttribute>]
override MinimumWorkingSetSize : int with get, set
Property Value
Type:
Int32
The minimum size of the working set.
Implements
IProcessDataInfoMinimumWorkingSetSizeSee Also