Share via


FlashManager.UninitializeComponent Method

Marks the flash 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 FlashManager object or an object of any class derived from FlashManager uninitializes the object. Note that attempting to use the flash memory manager after it has been uninitialized causes an error.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

FlashManager Class
FlashManager Members
Microsoft.SPOT.Emulator.Memory Namespace