ISessionPerformanceInfoVirtualBytes Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Current size, in bytes, of the
virtual address space 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.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long VirtualBytes { get; set; }
Property VirtualBytes As Long
Get
Set
property long long VirtualBytes {
long long get ();
void set (long long value);
}
abstract VirtualBytes : int64 with get, set
Property Value
Type:
Int64
The virtual bytes.
See Also