IntPtr Constructor (Int64)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of IntPtr using the specified 64-bit pointer.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Int64
A pointer or handle contained in a 64-bit signed integer.
| Exception | Condition |
|---|---|
| OverflowException | On a 32-bit platform, value is too large or too small to represent as an IntPtr. |
Show: