ProcessDiskUsageReport.BytesReadCount Property

Definition

Gets the number of bytes the process has read from disk.

public:
 property long long BytesReadCount { long long get(); };
long BytesReadCount();
public long BytesReadCount { get; }
var int64 = processDiskUsageReport.bytesReadCount;
Public ReadOnly Property BytesReadCount As Long

Property Value

Int64

long long

long

The number of bytes the process has read from disk.

Applies to