TryCopyTo()
Memory::TryCopyTo(const Memory&) method
Attempts to copy the contents of this memory to the destination memory.
bool System::Memory<T>::TryCopyTo(const Memory &destination)
Arguments
| Parameter | Type | Description |
|---|---|---|
| destination | const Memory& | The destination memory segment. |
Return Value
True if the copy succeeded; otherwise, false.
See Also
- Class Memory
- Namespace System
- Library Aspose.Slides