Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IntPtr Constructor

 

Initializes a new instance of IntPtr.

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

NameDescription
System_CAPS_pubmethodIntPtr(Int32)

Initializes a new instance of IntPtr using the specified 32-bit pointer or handle.

System_CAPS_pubmethodIntPtr(Int64)

Initializes a new instance of IntPtr using the specified 64-bit pointer.

System_CAPS_pubmethodIntPtr(Void*)

Initializes a new instance of IntPtr using the specified pointer to an unspecified type.

Return to top
Show:
© 2017 Microsoft