This topic has not yet been rated - Rate this topic

MemoryManager class

4/5/2013

Provides memory-related information about an app.

Syntax


public ref class MemoryManager abstract sealed : Object

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.Phone.System.Memory.IMemoryManagerStatics, NTDDI_WIN8)
VersionAttribute(NTDDI_WIN8)

Members

The MemoryManager class has these types of members:

Methods

The MemoryManager class inherits methods from the Object class.

Properties

The MemoryManager class has these properties.

PropertyAccess typeDescription

ProcessCommittedBytes

Read-onlyGets the current amount of memory, in bytes, that the app is consuming.

ProcessCommittedLimit

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

 

Requirements

Minimum supported client

None supported [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

See also

Object

 

 

Build date: 4/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.