Does .NET Micro Framework support unsafe code? In other words, can I use pointers in my code for .NET Micro Framework?
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.