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
Provides data about the memory usage of the process.
Example
var s as new WindowsProcessDiagnosticInfoMBS
var m as WindowsProcessMemoryUsageReportMBS = s.MemoryUsage

MessageBox m.WorkingSetSizeInBytes.ToString + " bytes used for this app"

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.

This class has no sub classes.

Blog Entries

Release notes

Some properties using for this class:

Some related classes:


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WindowsProcessMemoryInfoMBS   -   WindowsProcessStatisticsMBS


The biggest plugin in space...