IProcessDataInfoReadTransferCount Property |
Win32_Process: Amount of data read (bytes).
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long ReadTransferCount { get; set; }
Property ReadTransferCount As Long
Get
Set
property long long ReadTransferCount {
long long get ();
void set (long long value);
}
abstract ReadTransferCount : int64 with get, set
Property Value
Type:
Int64
The read transfer count.
See Also