ProcessDiskUsageReport.BytesWrittenCount Property

Definition

Gets the number of bytes the process has written to disk.

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

Property Value

Int64

long long

long

The number of bytes the process has written to disk.

Applies to