This documentation is archived and is not being maintained.
UIntPtr Constructor
Visual Studio 2010
Initializes a new instance of UIntPtr.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: