SystemMemoryUsageReport.AvailableSizeInBytes Property

Definition

Gets the amount of system memory available in bytes.

public:
 property unsigned long long AvailableSizeInBytes { unsigned long long get(); };
uint64_t AvailableSizeInBytes();
public ulong AvailableSizeInBytes { get; }
var uInt64 = systemMemoryUsageReport.availableSizeInBytes;
Public ReadOnly Property AvailableSizeInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

The amount of system memory available in bytes.

Applies to