MemoryManager class

Provides memory-related information about an app.

Syntax

public static class MemoryManager
Public NotInheritable Class MemoryManager
public ref class MemoryManager abstract sealed 

Members

The MemoryManager class has these types of members:

  • Properties

Properties

The MemoryManager class has these properties.

Property Access type Description

ProcessCommittedBytes

Read-only

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

ProcessCommittedLimit

Read-only

Gets the maximum amount of memory, in bytes, that the app can consume before an OutOfMemory exception is thrown.

 

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

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object