Memory |
Name | Description | |
---|---|---|
Copy(IntPtr, IntPtr, Int32) | Copy memory size bytes from source to destination. This method can also set the if it was not set before. | |
Copy(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. |