| |
| | Smart Software: Pointers |
 | | However, not CLS compliant, pointers do need to work in Reflection, and the framework does provide a mechanism to box pointers through the System.Reflection.Pointer class, which is derived from System.Object. |
 | | On the other hand, the type given by typeof(p), where p is a pointer, is a specially constructed pointer type, distinct from the Pointer type, with no base type (meaning it does not derive from object). |
 | | TypedReference is essentially one of two managed pointer types supported in IL and maintains both the pointer value and the type of the value pointed to. |
| wesnerm.blogs.com /net_undocumented/2005/06/pointers.html (533 words) |
|