ProcessDiskUsageReport.ReadOperationCount Property

Definition

Gets the number of disk read operations performed by the process.

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

Property Value

Int64

long long

long

The number of disk read operations performed by the process.

Applies to