MemoryManager.AppMemoryUsage Property

Definition

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

UInt64

unsigned long long

uint64_t

The app's current memory usage in bytes.

Applies to