标签: c# windows-runtime windows-phone-8.1 uwp
对于Windows Phone 8.x,我使用Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("ApplicationWorkingSetLimit")来获取最大应用内存限制。 UWP的API Windows.System.MemoryManager没有提供此类信息的属性或方法。
Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("ApplicationWorkingSetLimit")
Windows.System.MemoryManager
是否可以知道UWP应用程序的最大内存限制,如果可以,如何知道?