Click or drag to resize

SessionPerformanceInfoVirtualBytes 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
[DataMemberAttribute]
public long VirtualBytes { get; set; }

Property Value

Type: Int64
The virtual bytes.

Implements

ISessionPerformanceInfoVirtualBytes
See Also