The members of System.UIntPtr are listed below.
See Also: Inherited members from System.ValueType
Public Constructors
| | Constructs a new UIntPtr structure using the
specified uint containing a pointer
or a handle. |
| | Constructs a new UIntPtr structure using the
specified ulong containing a pointer
or a handle. |
| | Documentation for this section has not yet been entered. |
Public Fields
static readonly | Zero | UIntPtr (0). Represents a pointer or handle that has been initialized as zero. |
Public Properties
[read-only] static | Size | int (4). Gets the size in bytes of a pointer or a handle for the current
implementation. |
Public Methods
override | Equals(object) : boolDetermines whether the current instance and the specified object represent the
same type and value. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
| ToPointer() : void*Converts the value of the current instance to a pointer to
void. |
override | ToString() : stringReturns a string representation of the value of the current
instance. |
| ToUInt32() : uintConverts the value of the current instance to a uint. |
| ToUInt64() : ulongConverts the value of the current instance to a ulong. |
Public Operators
Explicitly Implemented Interface Members