MemoryManagerBase.UninitializeComponent Method
Marks the memory manager as being in an uninitialized state.
Namespace: Microsoft.SPOT.Emulator.Memory
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)
Syntax
public override void UninitializeComponent ()
Remarks
Calling this method on a MemoryManagerBase object or an object of any class derived from MemoryManagerBase uninitializes the object. Note that attempting to use the memory manager after it has been uninitialized causes an error.
Version Information
Available in .NET Micro Framework version 2.0
See Also
Reference
MemoryManagerBase Class
MemoryManagerBase Members
Microsoft.SPOT.Emulator.Memory Namespace