AppMemoryUsageLimitChangingEventArgs.NewLimit Property

Definition

Gets the new limit for how much total memory the app can use, in bytes.

public:
 property unsigned long long NewLimit { unsigned long long get(); };
uint64_t NewLimit();
public ulong NewLimit { get; }
var uInt64 = appMemoryUsageLimitChangingEventArgs.newLimit;
Public ReadOnly Property NewLimit As ULong

Property Value

UInt64

unsigned long long

uint64_t

The new limit for how much total memory the app can use, in bytes.

Applies to