Native memcpy.
public static void CopyMemory(
System.IntPtr ,
System.IntPtr ,
System.int
)
'Declaration
Public Shared Sub CopyMemory( _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.Integer _
)
Parameters
- dest
- The destination memory location.
- src
- The source memory location.
- sizeInBytesToCopy
- The byte count.