ToPointer Method
Collapse the table of content
Expand the table of content

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.

This API is not CLS-compliant. 

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
<CLSCompliantAttribute(False)> _
Public Function ToPointer As Void*

Return Value

Type: System.Void *
A pointer to Void; that is, a pointer to memory containing data of an unspecified type.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft