MemoryManager.AppMemoryUsageLimit Property

Definition

Gets the app's memory usage limit.

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

Property Value

UInt64

unsigned long long

uint64_t

The app's memory usage limit in bytes.

Applies to