Platforms to show: All Mac Windows Linux Cross-Platform
WindowsSystemDiagnosticInfoMBS 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 |
- 3 properties
- property CpuUsage as WindowsSystemCpuUsageReportMBS
- property Handle as Integer
- property MemoryUsage as WindowsSystemMemoryUsageReportMBS
- 2 shared properties
- shared property CurrentSystem as WindowsSystemDiagnosticInfoMBS
- shared property PreferredArchitecture as Integer
- 2 methods
- method Constructor
- method Destructor
- shared method IsArchitectureSupported(type as Integer) as Boolean
- 7 constants
Processor Architectures
Constant | Value | Description |
---|---|---|
ProcessorArchitectureArm | 5 |
ARM 32-bit |
ProcessorArchitectureArm64 | 12 |
ARM 64-bit |
ProcessorArchitectureNeutral | 11 |
Neutral |
ProcessorArchitectureUnknown | 65535 |
Unknown |
ProcessorArchitectureX64 | 9 |
Intel 64-bit. |
ProcessorArchitectureX86 | 0 |
Intel 32-bit. |
ProcessorArchitectureX86OnArm64 | 14 |
Intel 64-bit in emulation on ARM 64-bit. |
This class has no sub classes.
Blog Entries
Release notes
- Version 25.1
Some properties using for this class:
- WindowsSystemDiagnosticInfoMBS.CurrentSystem as WindowsSystemDiagnosticInfoMBS
Some related classes:
- class WindowsProcessCpuUsageReportMBS
- class WindowsProcessDiagnosticExceptionMBS
- class WindowsProcessDiagnosticInfoMBS
- class WindowsProcessDiskUsageReportMBS
- class WindowsProcessMemoryUsageReportMBS
- class WindowsSystemCpuUsageReportMBS
- class WindowsSystemMemoryUsageReportMBS
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsSystemCpuUsageReportMBS - WindowsSystemMemoryUsageReportMBS
