Platforms to show: All Mac Windows Linux Cross-Platform

WindowsProcessStatisticsMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Process MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A class to get information about process statistics on Windows.
Example
dim c as new WindowsProcessStatisticsMBS
MsgBox str(C.PeakWorkingSetSize)

See also WindowsVMStatisticsMBS for the system memory usage.

Constants

Constant Value Description
ModeHandles 32 One of the mode constants. Whether to query the handle count.

Mode Constants

Constant Value Description
ModeCycleTime 8 Whether to query the cycle time.
ModeIOCounters 2 Whether to query the IOCounters.
ModeMemoryCounters 1 Whether to query the memory counters.
ModeTimes 4 Whether to query the time values.
ModeTotalTime 16 Whether to query the total CPU time values.
Requires Windows XP with SP1.

This class has no sub classes.

Some examples using this class:

Blog Entries


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


WindowsProcessMemoryInfoMBS   -   WindowsPropertiesMBS


The biggest plugin in space...