Platforms to show: All Mac Windows Linux Cross-Platform
WindowsProcessDiskUsageReportMBS class New in 25.1
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 7 properties
- property BytesReadCount as Int64
- property BytesWrittenCount as Int64
- property Handle as Integer
- property OtherBytesCount as Int64
- property OtherOperationCount as Int64
- property ReadOperationCount as Int64
- property WriteOperationCount as Int64
- 2 methods
- method Constructor Private
- method Destructor
This class has no sub classes.
Blog Entries
Release notes
- Version 25.1
Some properties using for this class:
- WindowsProcessDiagnosticInfoMBS.DiskUsage as WindowsProcessDiskUsageReportMBS
Some related classes:
- class WindowsProcessCpuUsageReportMBS
- class WindowsProcessDiagnosticExceptionMBS
- class WindowsProcessDiagnosticInfoMBS
- class WindowsProcessMemoryUsageReportMBS
- class WindowsSystemCpuUsageReportMBS
- class WindowsSystemDiagnosticInfoMBS
- class WindowsSystemMemoryUsageReportMBS
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsProcessDiagnosticInfoMBS - WindowsProcessMBS
