次の方法で共有


SystemMemoryUsageReport.AvailableSizeInBytes プロパティ

定義

使用可能なシステム メモリの量をバイト単位で取得します。

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

プロパティ値

UInt64

unsigned long long

uint64_t

使用可能なシステム メモリの量 (バイト単位)。

適用対象