Moves the memory from src to dest, length size bytes.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
Parameters
- dest
- Type: System..::.IntPtr
The pointer where the data are saved.
- src
- Type: System..::.IntPtr
The pointer to the beginning of the data block in the memory.
- size
- Type: System..::.Int32
Size of the block in bytes.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | src is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::.ArgumentNullException | dest is nullNothingnullptra null reference (Nothing in Visual Basic). |