ProcessDiskUsageReport 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关进程的磁盘使用情况的数据。
public ref class ProcessDiskUsageReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessDiskUsageReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ProcessDiskUsageReport
Public NotInheritable Class ProcessDiskUsageReport
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
调用 GetReport 方法以获取此类的实例。
属性
BytesReadCount |
获取进程已从磁盘读取的字节数。 |
BytesWrittenCount |
获取进程已写入磁盘的字节数。 |
OtherBytesCount |
获取进程在非读取或写入操作的磁盘操作中使用的字节数。 |
OtherOperationCount |
获取非读取或写入操作的进程执行的磁盘操作数。 |
ReadOperationCount |
获取进程执行的磁盘读取操作数。 |
WriteOperationCount |
获取进程执行的磁盘写入操作数。 |