ILNumerics Ultimate VS

HostDeviceCopy Method (MemoryHandle, MemoryHandle, 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 override void Copy(
	MemoryHandle source,
	MemoryHandle dest,
	IntPtr offset,
	IntPtr length
)

Parameters

source
Type: ILNumerics.Core.MemoryLayerMemoryHandle
dest
Type: ILNumerics.Core.MemoryLayerMemoryHandle
offset
Type: SystemIntPtr
length
Type: SystemIntPtr
Remarks

[ILNumerics Core Module]

See Also

Reference