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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.UInt64
A pointer or handle contained in a 64-bit unsigned integer.
| Exception | Condition |
|---|---|
| OverflowException | On a 32-bit platform, value is too large to represent as an UIntPtr. |
Show: