MemoryManager.ProcessCommittedBytes property

Gets the current amount of memory, in bytes, that the app is consuming.

Syntax

public static ulong ProcessCommittedBytes { get; }
Public Shared ReadOnly Property ProcessCommittedBytes As ULong
public:
static property unsigned long long ProcessCommittedBytes { 
   unsigned long long get();
}

Property value

Type: System.UInt64 [.NET] | uint64 [C++]

The current amount of memory, in bytes, that the app is consuming.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.System.Memory Windows::Phone::System::Memory [C++]

Metadata

Windows.WinMD

See also

MemoryManager