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 |
取得進程執行的磁片寫入作業數目。 |