Pointer Unsafe « Language Basics « C# / C Sharp






1.References and Pointers
2.Demonstrate pointers and unsafeDemonstrate pointers and unsafe
3.Demonstrate fixedDemonstrate fixed
4.Demonstrate the effects of pointer arithmethicDemonstrate the effects of pointer arithmethic
5.Demonstrate pointer comparisonDemonstrate pointer comparison
6.An array name with an index yields a pointer to the start of the arrayAn array name with an index yields a pointer to the 
   start of the array
7.Index a pointer as if it were an arrayIndex a pointer as if it were an array
8.Use fixed to get a pointer to the start of a stringUse fixed to get a pointer to the start of a string
9.Multiple IndirectMultiple Indirect








10.Unsafe code: copyUnsafe code: copy
11.Pointers and Declarative Pinning
12.Unsafe ContextUnsafe Context