共用方式為


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

進程在未讀取或寫入作業的磁片作業中使用的位元組數目。

適用於