Pointer Expressions (C# Programming Guide)
In this section, the following pointer expressions are discussed:
Obtaining the Value of a Variable
Obtaining the Address of a Variable
How to: Access a Member with a Pointer (C# Programming Guide)
How to: Access an Array Element with a Pointer (C# Programming Guide)
See Also
Reference
Pointer Conversions (C# Programming Guide)
Pointer types (C# Programming Guide)
fixed Statement (C# Reference)