ProcessPerfDataInfoVirtualBytes Property |
Win32_PerfFormattedData_PerfProc_Process: Current size, in bytes, of the virtual address
space that the process is using. 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 can 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 VirtualBytes { get; set; }
<DataMemberAttribute>
Public Property VirtualBytes As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long VirtualBytes {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract VirtualBytes : int64 with get, set
[<DataMemberAttribute>]
override VirtualBytes : int64 with get, set
Property Value
Type:
Int64
The virtual bytes.
Implements
IProcessPerfDataInfoVirtualBytesSee Also