Ejemplo n.º 1
0
 // WARNING: It's unsafe to output pinned memory as a string, even using bitconverter however for the sake of learning this is done below.
 // DO NOT DO THIS IN YOUR APPLICATION, you should store your pinned data in it's native form so it will remain locked, and pinned in place.
 static void Main(string[] args)
 {
     ByteArrayExample.Poly();
     StringExample.Poly();
 }