SystemDiagnosticInfo.MemoryUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets memory usage data for the system.
public:
property SystemMemoryUsage ^ MemoryUsage { SystemMemoryUsage ^ get(); };
SystemMemoryUsage MemoryUsage();
public SystemMemoryUsage MemoryUsage { get; }
var systemMemoryUsage = systemDiagnosticInfo.memoryUsage;
Public ReadOnly Property MemoryUsage As SystemMemoryUsage
Property Value
Memory usage data for the system.