Search code examples
c#unsafe.net-micro-framework

.NET Micro Framework Unsafe code


Does .NET Micro Framework support unsafe code? In other words, can I use pointers in my code for .NET Micro Framework?


Solution

  • From the Wikipedia page (emphasis mine):

    For example, the platform does not support symmetric multiprocessing, multi-dimensional arrays, machine-dependent types, or unsafe instructions.

    The technical white paper lists it in the omitted features too.