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
)
Public Sub New (
pointer As IntPtr
)
public:
void_ptr(
IntPtr pointer
)
new :
pointer : IntPtr -> void_ptr
Parameters
- pointer
- Type: SystemIntPtr
Pointer to unmanaged memory.
See Also