ILNumerics Ultimate VS

DeviceCopyToHost Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Copies a block of bytes from this device to the host memory. Blocking operation. Memory barrier for related handles.

[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 abstract void CopyToHost(
	MemoryHandle deviceHandle,
	MemoryHandle hostHandle,
	IntPtr offset,
	IntPtr length
)

Parameters

deviceHandle
Type: ILNumerics.Core.MemoryLayerMemoryHandle
hostHandle
Type: ILNumerics.Core.MemoryLayerMemoryHandle
offset
Type: SystemIntPtr
length
Type: SystemIntPtr
Remarks

[ILNumerics Core Module]

See Also

Reference