IProcessPerfDataInfoHandleCount 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 int HandleCount { get; set; }
Property HandleCount As Integer
Get
Set
property int HandleCount {
int get ();
void set (int value);
}
abstract HandleCount : int with get, set
Property Value
Type:
Int32
The handle count.
See Also