[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.CopyMemory

CopyMemory Method

CopyMemory(IntPtr, IntPtr, int)

Native memcpy.

Declaration
public static void CopyMemory(IntPtr dest, IntPtr src, int sizeInBytesToCopy)
Public Shared Sub CopyMemory(dest As IntPtr, src As IntPtr, sizeInBytesToCopy As Integer)
Parameters
Type Name Description
IntPtr dest

The destination memory location.

IntPtr src

The source memory location.

int sizeInBytesToCopy

The byte count.