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