ReadIntPtr()
Marshal::ReadIntPtr(IntPtr, int) method
Reads IntPtr from memory.
static IntPtr System::Runtime::InteropServices::Marshal::ReadIntPtr(IntPtr ptr, int offset=0)
Arguments
| Parameter | Type | Description |
|---|---|---|
| ptr | IntPtr | Memory buffer. |
| offset | int | Offset to memory buffer. |
Return Value
Read value.
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides