[]
Native memcpy.
public static void CopyMemory(IntPtr dest, IntPtr src, int sizeInBytesToCopy)
Type | Name | Description |
---|---|---|
IntPtr | dest | The destination memory location. |
IntPtr | src | The source memory location. |
int | sizeInBytesToCopy | The byte count. |