void_ptr Methods

GMP Native Interface for .NET

void_ptr Methods

The void_ptr type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(void_ptr)
Returns a value indicating whether this instance is equal to a specified void_ptr value.
Public methodFromIntPtr
Gets a void_ptr from a pointer to a block of unmanaged memory.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToIntPtr
Gets pointer to block of unmanaged memory.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also