Click or drag to resize
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
)

Parameters

pointer
Type: SystemIntPtr
Pointer to existing string in unmanaged memory.
See Also