Click or drag to resize

ProcessPerfDataInfoHandleCount Property

Win32_PerfFormattedData_PerfProc_Process: Total number of handles that the process has open. This number is the sum of the handles currently opened by each thread in the process.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public int HandleCount { get; set; }

Property Value

Type: Int32
The handle count.

Implements

IProcessPerfDataInfoHandleCount
See Also