ILNumerics Ultimate VS

HostDeviceCopy Method (IntPtr, IntPtr, IntPtr)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Copy memory from source to dest, both from hosts virtual memory.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.DeviceManagement
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void Copy(
	IntPtr source,
	IntPtr dest,
	IntPtr length
)

Parameters

source
Type: SystemIntPtr
dest
Type: SystemIntPtr
length
Type: SystemIntPtr
Remarks

[ILNumerics Core Module]

See Also

Reference