ProcessPerfDataInfoVirtualBytesPeak Property |
Win32_PerfFormattedData_PerfProc_Process: Maximum number, in bytes, of virtual address
space that the process has used at any one time. Use of virtual address space does not
necessarily imply corresponding use of either disk or main memory pages. Virtual space is
finite and, by using too much, the process might limit its ability to load libraries.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long VirtualBytesPeak { get; set; }
<DataMemberAttribute>
Public Property VirtualBytesPeak As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long VirtualBytesPeak {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract VirtualBytesPeak : int64 with get, set
[<DataMemberAttribute>]
override VirtualBytesPeak : int64 with get, set
Property Value
Type:
Int64
The virtual bytes peak.
Implements
IProcessPerfDataInfoVirtualBytesPeakSee Also