<MemoryManager> TagĀ 

Selects the object that manages memory and configures the memory manager.

Syntax

<MemoryManager id="ManagerID">
      
    </MemoryManager>

Parameters

  • id
    A string that contains a unique identifier (ID) for the memory manager. This attribute is available only when the <MemoryManager> tag is used in the <EmulatorComponents> tag.

Remarks

You can use this tag in either the <EmulatorComponents> tag or the <Types> tag. If you use it in the <Types> tag, you must specify the fully qualified name of the object that manages memory. If you want to use the LCD manager provided with the emulator, this tag should contain the name Microsoft.SPOT.Emulator.Memory.MemoryManager.

When used in the <EmulatorComponents> tag, the <MemoryManager> tag does not contain an object name. Instead, it contains configuration information for the memory manager.

Occurs in
<Emulator>
<Types>
Contains Comments
<FlashManager> To contain this tag, the <MemoryManager> tag must be used inside the <EmulatorComponents> tag.
<RamManager> To contain this tag, the <MemoryManager> tag must be used inside the <EmulatorComponents> tag.
Fully qualified name of the object that manages memory. To contain this tag, the <MemoryManager> tag must be used inside the <Types> tag.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

Emulator XML References