共用方式為


MemoryManager.TrySetAppMemoryUsageLimit(UInt64) 方法

定義

嘗試設定目前應用程式或工作的特定記憶體上限。 在前景和背景元件之間共用記憶體上限的情況下,預設上限與新要求之間的任何差異都會指派給其他元件。

public:
 static bool TrySetAppMemoryUsageLimit(unsigned long long value);
 static bool TrySetAppMemoryUsageLimit(uint64_t const& value);
public static bool TrySetAppMemoryUsageLimit(ulong value);
function trySetAppMemoryUsageLimit(value)
Public Shared Function TrySetAppMemoryUsageLimit (value As ULong) As Boolean

參數

value
UInt64

unsigned long long

uint64_t

要設定的新記憶體限制。

傳回

Boolean

bool

如果 作業成功,則為 True;否則為 false

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於