Platforms to show: All Mac Windows Linux Cross-Platform
WindowsProcessMemoryInfoMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Process | MBS Win Plugin | 7.7 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See also WindowsProcessMemoryUsageReportMBS and WindowsProcessStatisticsMBS classes.
- 10 properties
- property PageFaultCount as Integer
- property PagefileUsage as Int64
- property PeakPagefileUsage as Int64
- property PeakWorkingSetSize as Int64
- property ProcessID as Integer
- property QuotaNonPagedPoolUsage as Int64
- property QuotaPagedPoolUsage as Int64
- property QuotaPeakNonPagedPoolUsage as Int64
- property QuotaPeakPagedPoolUsage as Int64
- property WorkingSetSize as Int64
- 2 methods
- method Constructor
- method Constructor(ProcessID as Integer)
This class has no sub classes.
Blog Entries
Release notes
- Version 17.1
- Changed DarwinResourceUsageMBS and WindowsProcessMemoryInfoMBS to use 64-bit integers.
Some examples using this class:
- /Util/BugreporterKit/BugReporter
- /Util/BugreporterKit/BugReporter Console
- /Win/Windows Process Memory Info
Some related classes:
- class DarwinResourceUsageMBS
- class WindowsProcessMemoryUsageReportMBS
- class WindowsProcessStatisticsMBS
The items on this page are in the following plugins: MBS Win Plugin.
WindowsProcessMBS - WindowsProcessMemoryUsageReportMBS