char_ptr Constructor (IntPtr) |
Creates new string using an already allocated string in unmanaged memory.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public char_ptr(
IntPtr pointer
)
Public Sub New (
pointer As IntPtr
)
public:
char_ptr(
IntPtr pointer
)
new :
pointer : IntPtr -> char_ptr
Parameters
- pointer
- Type: SystemIntPtr
Pointer to existing string in unmanaged memory.
See Also