MemoryManager.AppMemoryUsage 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 current memory usage.
public:
static property unsigned long long AppMemoryUsage { unsigned long long get(); };
static uint64_t AppMemoryUsage();
public static ulong AppMemoryUsage { get; }
var uInt64 = MemoryManager.appMemoryUsage;
Public Shared ReadOnly Property AppMemoryUsage As ULong
Property Value
The app's current memory usage in bytes.