Platforms to show: All Mac Windows Linux Cross-Platform

WindowsSystemMemoryUsageReportMBS 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 system.
Example
var s as new WindowsSystemDiagnosticInfoMBS
var c as WindowsSystemMemoryUsageReportMBS = s.MemoryUsage

var a,t as string
a = str(c.AvailableSizeInBytes/1024/1024,"0")
t = str(c.TotalPhysicalSizeInBytes/1024/1024,"0")

MessageBox a+" of "+t+" MegaBytes available"

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.


WindowsSystemDiagnosticInfoMBS   -   WindowsSystemTrayMBS


The biggest plugin in space...