Compartir a través de


ProcessDiskUsageReport.OtherOperationCount Propiedad

Definición

Obtiene el número de operaciones de disco realizadas por el proceso que no fueron operaciones de lectura o escritura.

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

Valor de propiedad

Int64

long long

long

Número de operaciones de disco realizadas por el proceso que no fueron operaciones de lectura o escritura.

Se aplica a