Click or drag to resize
void_ptr Constructor
Creates new void_ptr from an exidting pointer to 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 void_ptr(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
Pointer to unmanaged memory.
See Also