DiskStressProcessReadBytes Property

Gets the amount of data read by the current process through I/O read operations.

Definition

Namespace: DevCase.Core.IO.Devices.HardwareStress
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long ProcessReadBytes { get; }

Property Value

Int64
The amount of data read by the current process through I/O read operations.

See Also