Compartir a través de


AppMemoryUsageLimitChangingEventArgs.OldLimit Propiedad

Definición

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

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

Valor de propiedad

UInt64

unsigned long long

uint64_t

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

Se aplica a