MemoryManager.AppMemoryUsageLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the app's memory usage limit.
public:
static property unsigned long long AppMemoryUsageLimit { unsigned long long get(); };
static uint64_t AppMemoryUsageLimit();
public static ulong AppMemoryUsageLimit { get; }
var uInt64 = MemoryManager.appMemoryUsageLimit;
Public Shared ReadOnly Property AppMemoryUsageLimit As ULong
Property Value
The app's memory usage limit in bytes.