ProcessDiagnosticInfo.DiskUsage 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 disk I/O usage of the process.
public:
property ProcessDiskUsage ^ DiskUsage { ProcessDiskUsage ^ get(); };
ProcessDiskUsage DiskUsage();
public ProcessDiskUsage DiskUsage { get; }
var processDiskUsage = processDiagnosticInfo.diskUsage;
Public ReadOnly Property DiskUsage As ProcessDiskUsage
Property Value
The disk I/O usage of the process.