char_ptr Methods

GMP Native Interface for .NET

char_ptr Methods

The char_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(char_ptr)
Returns a value indicating whether this instance is equal to a specified char_ptr value.
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 string in unmanaged memory.
Public methodToString
Gets the .NET string equivalent of the unmanaged string.
(Overrides ValueTypeToString.)
Top
See Also