UIntPtr Constructor (UInt64)
Collapse the table of content
Expand the table of content

UIntPtr Constructor (UInt64)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of UIntPtr using the specified 64-bit pointer or handle.

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

public UIntPtr(
	ulong value
)

Parameters

value
Type: System.UInt64
A pointer or handle contained in a 64-bit unsigned integer.

ExceptionCondition
OverflowException

On a 32-bit platform, value is too large to represent as an UIntPtr.

An exception is only thrown if the value of value requires more bits than the current platform supports.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft