Compartir a través de


AppMemoryUsageLimitChangingEventArgs.NewLimit Propiedad

Definición

Obtiene el nuevo límite para la cantidad de memoria total que puede usar la aplicación, en 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

Valor de propiedad

UInt64

unsigned long long

uint64_t

Nuevo límite para la cantidad de memoria total que puede usar la aplicación, en bytes.

Se aplica a