[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.CopyMemory

CopyMemory Method

CopyMemory(nint, nint, int)

Native memcpy.

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

The destination memory location.

nint src

The source memory location.

int sizeInBytesToCopy

The byte count.