共用方式為


AppMemoryUsageLimitChangingEventArgs.NewLimit 屬性

定義

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

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

屬性值

UInt64

unsigned long long

uint64_t

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

適用於