MemoryManager.AppMemoryUsageLimit プロパティ

定義

アプリのメモリ使用量の制限を取得します。

public:
 static property unsigned long long AppMemoryUsageLimit { unsigned long long get(); };
static uint64_t AppMemoryUsageLimit();
public static ulong AppMemoryUsageLimit { get; }
var uInt64 = MemoryManager.appMemoryUsageLimit;
Public Shared ReadOnly Property AppMemoryUsageLimit As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

アプリのメモリ使用量の制限 (バイト単位)。

適用対象