1
1
---
2
- description : " Learn more about: Platform::IntPtr value class"
3
2
title : " Platform::IntPtr value class"
3
+ description : " Learn more about: Platform::IntPtr value class"
4
4
ms.date : " 12/30/2016"
5
5
ms.topic : " reference"
6
6
f1_keywords : ["VCCORLIB/PlatformIntPtr::IntPtr", "VCCORLIB/PlatformIntPtr::op_explicit Operator", "VCCORLIB/PlatformIntPtr::ToInt32"]
7
7
helpviewer_keywords : ["Platform::IntPtr Struct"]
8
- ms.assetid : 6c0326e8-edfd-4e53-a963-240b845dcde8
9
8
---
10
9
# Platform::IntPtr value class
11
10
@@ -37,7 +36,7 @@ IntPtr has the following members:
37
36
38
37
**Metadata:** platform.winmd
39
38
40
- ## <a name="ctor" /> </a> IntPtr::IntPtr Constructor
39
+ ## <a name="ctor"> </a> IntPtr::IntPtr Constructor
41
40
42
41
Initializes a new instance of an IntPtr with the specified value.
43
42
@@ -52,7 +51,7 @@ IntPtr( __int64 handle-or-pointer ); IntPtr( void* value ); IntPtr( int 32-b
52
51
* value* <br />
53
52
A 64-bit handle or pointer, or a pointer to a 64-bit value, or a 32-bit value that can be converted to a 64-bit value.
54
53
55
- ## <a name =" op-explicit " > </a > IntPtr::op_explicit Operator
54
+ ## <a name =" op-explicit " ></a > IntPtr::op_explicit Operator
56
55
57
56
Converts the specified parameter to an IntPtr or a pointer to an IntPtr value.
58
57
@@ -77,7 +76,7 @@ An IntPtr.
77
76
78
77
The first and second operators return an IntPtr. The third operator returns a pointer to the value represented by the current IntPtr.
79
78
80
- ## <a name="toint32"> </a> IntPtr::ToInt32 Method
79
+ ## <a name="toint32"></a> IntPtr::ToInt32 Method
81
80
82
81
Converts the current IntPtr value to a 32-bit integer.
83
82
0 commit comments