Skip to main content

Flash Class

NuGet: GHIElectronics.TinyCLR.Native
Assembly: GHIElectronics.TinyCLR.Native
Namespace: GHIElectronics.TinyCLR.Native

Controls how the firmware uses the device's flash storage. Most apps don't need this — call EnableExtendDeployment only on devices with external flash that should be used to extend the deployment region.

public static class Flash

Properties

IsEnabledExtendDeployment

public static bool IsEnabledExtendDeployment { get; }

True when external-flash deployment extension is enabled.

Methods

EnableExtendDeployment()

public static void EnableExtendDeployment()

Permanently enables external flash as an extension of the deployment region.