GMP Native Interface for .NET
| char_ptr Constructor |
Overload List| Name | Description | |
|---|---|---|
![]() | char_ptr(IntPtr) |
Creates new string using an already allocated string in unmanaged memory.
|
![]() | char_ptr(String) |
Creates new string in unmanaged memory and initializes it with str.
|
See Also