共用方式為


AppMemoryUsageLimitChangingEventArgs.OldLimit 屬性

定義

取得應用程式可用記憶體總數的舊限制,以位元組為單位。

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

屬性值

UInt64

unsigned long long

uint64_t

應用程式可以使用多少記憶體的舊限制,以位元組為單位。

適用於