Click or drag to resize

ProcessPerfDataInfoWorkingSetPrivate Property

Specific Working Set memory that cannot be shared with other processes.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long WorkingSetPrivate { get; set; }

Property Value

Type: Int64
The working set private.

Implements

IProcessPerfDataInfoWorkingSetPrivate
See Also