次の方法で共有


ProcessDiskUsageReport.OtherBytesCount プロパティ

定義

読み取り操作または書き込み操作ではないディスク操作でプロセスによって使用されたバイト数を取得します。

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

プロパティ値

Int64

long long

long

読み取り操作または書き込み操作ではなかったディスク操作でプロセスによって使用されたバイト数。

適用対象