Mono Class Library: OverviewSystem.UIntPtr: Method Members |
The methods of System.UIntPtr are listed below. For a list of all members, see the UIntPtr Members list.
See Also: Inherited members from System.ValueType
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.ToPointer() : void* Converts the value of the current instance to a pointer to void. overrideToString() : string Returns a string representation of the value of the current instance.ToUInt32() : uint Converts the value of the current instance to a uint.ToUInt64() : ulong Converts the value of the current instance to a ulong.