Click or drag to resize
Ab4d.SharpEngine logo

MemoryUtilsCopy Method

Overload List
 NameDescription
Public methodStatic memberCopy(IntPtr, IntPtr, Int32) Copy memory size bytes from source to destination. This method can also set the if it was not set before.
Public methodStatic memberCopy(IntPtr, IntPtr, Int32, Byte) Copy memory size bytes from source to destination. In case the destination is not aligned to 32, the tempByteArray may be used / created as a temporary storage. This method can also set the if it was not set before.
Top
See Also