Click or drag to resize

IProcessPerfDataInfoPrivateBytes Property

Win32_PerfFormattedData_PerfProc_Process: Current value, in bytes, that this process has allocated 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
long PrivateBytes { get; set; }

Property Value

Type: Int64
The private bytes.
See Also