Platforms to show: All Mac Windows Linux Cross-Platform
WindowsProcessMemoryUsageReportMBS 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 |
See also WindowsProcessMemoryInfoMBS and WindowsProcessStatisticsMBS classes.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 13 properties
- property Handle as Integer
- property NonPagedPoolSizeInBytes as UInt64
- property PagedPoolSizeInBytes as UInt64
- property PageFaultCount as UInt32
- property PageFileSizeInBytes as UInt64
- property PeakNonPagedPoolSizeInBytes as UInt64
- property PeakPagedPoolSizeInBytes as UInt64
- property PeakPageFileSizeInBytes as UInt64
- property PeakVirtualMemorySizeInBytes as UInt64
- property PeakWorkingSetSizeInBytes as UInt64
- property PrivatePageCount as UInt64
- property VirtualMemorySizeInBytes as UInt64
- property WorkingSetSizeInBytes as UInt64
- 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.MemoryUsage as WindowsProcessMemoryUsageReportMBS
Some related classes:
- class WindowsProcessCpuUsageReportMBS
- class WindowsProcessDiagnosticExceptionMBS
- class WindowsProcessDiagnosticInfoMBS
- class WindowsProcessDiskUsageReportMBS
- class WindowsProcessMemoryInfoMBS
- class WindowsProcessStatisticsMBS
- class WindowsSystemCpuUsageReportMBS
- class WindowsSystemDiagnosticInfoMBS
- class WindowsSystemMemoryUsageReportMBS
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsProcessMemoryInfoMBS - WindowsProcessStatisticsMBS
