Does .NET Micro Framework support unsafe code? In other words, can I use pointers in my code for .NET Micro Framework?
+2
A:
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.
Jon Skeet
2009-08-20 15:36:16