ProcessDiskUsageReport.OtherOperationCount 属性

定义

获取非读取或写入操作的进程执行的磁盘操作数。

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

属性值

Int64

long long

long

非读取或写入操作的进程执行的磁盘操作数。

适用于