System::Buffers::MemoryManager::Pin method
MemoryManager::Pin method
Returns a handle to the memory that has been pinned so its address can be taken.
virtual MemoryHandle System::Buffers::MemoryManager<T>::Pin(int32_t elementIndex=0)=0
| Parameter | Type | Description |
|---|---|---|
| elementIndex | int32_t | The offset to the element within the memory at which the returned MemoryHandle points. Defaults to 0. |
See Also
- Class MemoryHandle
- Class MemoryManager
- Namespace System::Buffers
- Library Aspose.PDF for C++