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