Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsProcessMemoryUsageReportMBS class.

WindowsProcessMemoryUsageReportMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The internal object reference.

(Read only property)

WindowsProcessMemoryUsageReportMBS.NonPagedPoolSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the amount of non-paged memory available to the process, in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PagedPoolSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the amount of paged memory available to the process, in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PageFaultCount as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the number of memory page faults.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PageFileSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the size of the memory page file in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PeakNonPagedPoolSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the maximum amount of non-paged memory used by the process, in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PeakPagedPoolSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the maximum amount of paged memory used by the process, in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PeakPageFileSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the maximum size of the memory page file used by the process, in bytes.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PeakVirtualMemorySizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the maximum amount of virtual memory used by the associated process.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PeakWorkingSetSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the maximum amount of physical memory used by the associated process.

(Read only property)

WindowsProcessMemoryUsageReportMBS.PrivatePageCount as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the number of private memory pages allocated for the associated process.

(Read only property)

WindowsProcessMemoryUsageReportMBS.VirtualMemorySizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the amount of the virtual memory allocated for the associated process.

(Read only property)

WindowsProcessMemoryUsageReportMBS.WorkingSetSizeInBytes as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets the amount of physical memory allocated for the associated process.
Example
var s as new WindowsProcessDiagnosticInfoMBS
var m as WindowsProcessMemoryUsageReportMBS = s.MemoryUsage

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

(Read only property)

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


The biggest plugin in space...