SystemMemoryUsage SystemMemoryUsage SystemMemoryUsage SystemMemoryUsage Class

Definition

Provides access to data about the memory usage of the system.

public : sealed class SystemMemoryUsage : ISystemMemoryUsagepublic sealed class SystemMemoryUsage : ISystemMemoryUsagePublic NotInheritable Class SystemMemoryUsage Implements ISystemMemoryUsage// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

Call SystemDiagnosticInfo.MemoryUsage to get an instance of this class.

Methods

GetReport() GetReport() GetReport() GetReport()

Gets the memory usage report for the system.

public : SystemMemoryUsageReport GetReport()public SystemMemoryUsageReport GetReport()Public Function GetReport() As SystemMemoryUsageReport// You can use this method in JavaScript.
Returns