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; }
<DataMemberAttribute>
Public Property HandleCount As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int HandleCount {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract HandleCount : int with get, set
[<DataMemberAttribute>]
override HandleCount : int with get, set
Property Value
Type:
Int32
The handle count.
Implements
IProcessPerfDataInfoHandleCountSee Also