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.

UIntPtr Constructor

 

Initializes a new instance of UIntPtr.

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

NameDescription
System_CAPS_pubmethodUIntPtr(UInt32)

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

System_CAPS_pubmethodUIntPtr(UInt64)

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

System_CAPS_pubmethodUIntPtr(Void*)

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

Return to top
Show:
© 2017 Microsoft