UIntPtr Constructor
.NET Framework (current version)
Initializes a new instance of UIntPtr.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | UIntPtr(UInt32) | Initializes a new instance of the UIntPtr structure using the specified 32-bit pointer or handle. |
![]() | UIntPtr(UInt64) | Initializes a new instance of UIntPtr using the specified 64-bit pointer or handle. |
![]() | UIntPtr(Void*) | Initializes a new instance of UIntPtr using the specified pointer to an unspecified type. |
Show:
