Show / Hide Table of Contents

    Class NativeMemory

    Class to access information on Native Memory.

    Inheritance
    Object
    NativeMemory
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: nanoFramework.Hardware.Esp32
    Assembly: nanoFramework.Hardware.Esp32.dll
    Syntax
    public class NativeMemory

    Methods

    | Improve this Doc View Source

    GetMemoryInfo(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

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX