ProcessDiskUsageReport.OtherBytesCount Property

Definition

Gets the number of bytes used by the process in disk operations that were not read or write operations.

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

Property Value

Int64

long long

long

The number of bytes used by the process in disk operations that were not read or write operations.

Applies to