UIntPtr.ToPointer Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the value of this instance to a pointer to an unspecified type.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Void *A pointer to Void; that is, a pointer to memory containing data of an unspecified type.
Show: