The members of System.IntPtr are listed below.
See Also: Inherited members from System.ValueType
Public Constructors
| | Constructs a new IntPtr structure using the specified int containing a pointer
or a handle. |
| | Constructs a new IntPtr structure using the specified long containing a pointer
or a handle. |
| | Documentation for this section has not yet been entered. |
Public Fields
static readonly | Zero | IntPtr (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. |
| ToInt32() : intConverts the value of the current instance to a
int. |
| ToInt64() : longConverts the value of the current instance to a
long. |
| ToPointer() : void* Converts the value of the current instance to a pointer
to void. |
override | ToString() : string Returns a string
representation of the value of the current instance. |
| ToString(string) : stringDocumentation for this section has not yet been entered. |
Public Operators
Explicitly Implemented Interface Members