IntPtr Methods

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAdd(IntPtr, Int32)

Adds an offset to the value of a pointer.

System_CAPS_pubmethodEquals(Object^)

Returns a value indicating whether this instance is equal to a specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSubtract(IntPtr, Int32)

Subtracts an offset from the value of a pointer.

System_CAPS_pubmethodToInt32()

Converts the value of this instance to a 32-bit signed integer.

System_CAPS_pubmethodToInt64()

Converts the value of this instance to a 64-bit signed integer.

System_CAPS_pubmethodToPointer()

Converts the value of this instance to a pointer to an unspecified type.

System_CAPS_pubmethodToString()

Converts the numeric value of the current IntPtr object to its equivalent string representation.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(String^)

Converts the numeric value of the current IntPtr object to its equivalent string representation.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo object with the data needed to serialize the current IntPtr object.

Return to top
Show: