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