[This is preliminary documentation and is subject to change.]

Copies contents of src buffer to dest buffer, as efficiently as possible.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static void MemCpy(
	byte* src,
	byte* dest,
	int len
)

Parameters

src
Byte*
Source array/pointer.
dest
Byte*
Destination array/pointer.
len
Int32
Number of bytes to copy.

See Also