Share via


FlashManager.IsReplaceableBy Method

Determines whether the flash memory manager can be replaced by a specified emulator component.

Namespace: Microsoft.SPOT.Emulator.Memory
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)

Syntax

 public override bool IsReplaceableBy (
         EmulatorComponent ec
)

Parameters

  • ec
    The emulator component with which you want to replace the flash memory manager.

Return Value

true if the flash memory manager can be replaced by the specified emulator component; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

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