ProcessDiskUsageReport.OtherBytesCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The number of bytes used by the process in disk operations that were not read or write operations.