IProcessDataInfoReadOperationCount Property |
Win32_Process: Number of read operations performed.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long ReadOperationCount { get; set; }
Property ReadOperationCount As Long
Get
Set
property long long ReadOperationCount {
long long get ();
void set (long long value);
}
abstract ReadOperationCount : int64 with get, set
Property Value
Type:
Int64
The read operation count.
See Also