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 PrivateBytes As Long
Get
Set
property long long PrivateBytes {
long long get ();
void set (long long value);
}
abstract PrivateBytes : int64 with get, set
Property Value
Type:
Int64
The private bytes.
See Also