void_ptrFromIntPtr Method |
Gets a
void_ptr from a pointer to a block of 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 FromIntPtr(
IntPtr value
)
Public Function FromIntPtr (
value As IntPtr
) As void_ptr
public:
void_ptr FromIntPtr(
IntPtr value
)
member FromIntPtr :
value : IntPtr -> void_ptr
Parameters
- value
- Type: SystemIntPtr
A pointer to a block of unmanaged memory.
Return Value
Type:
void_ptrA
void_ptr from a pointer to a block of unmanaged memory.
See Also