Class NativeMemory
Class to access information on Native Memory.
Inherited Members
Namespace: nanoFramework.Hardware.Esp32
Assembly: nanoFramework.Hardware.Esp32.dll
Syntax
public class NativeMemory
Methods
| Improve this Doc View SourceGetMemoryInfo(NativeMemory.MemoryType, out UInt32, out UInt32, out UInt32)
Get information on native memory.
Declaration
public static void GetMemoryInfo(NativeMemory.MemoryType memType, out uint totalSize, out uint totalFreeSize, out uint largestFreeBlock)
Parameters
Type | Name | Description |
---|---|---|
NativeMemory.MemoryType | memType | |
UInt32 | totalSize | |
UInt32 | totalFreeSize | |
UInt32 | largestFreeBlock |