SystemMemoryUsageReport.CommittedSizeInBytes 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 the amount of committed memory for the system.
public:
property unsigned long long CommittedSizeInBytes { unsigned long long get(); };
uint64_t CommittedSizeInBytes();
public ulong CommittedSizeInBytes { get; }
var uInt64 = systemMemoryUsageReport.committedSizeInBytes;
Public ReadOnly Property CommittedSizeInBytes As ULong
Property Value
The amount of committed memory for the system.